Skip to content

Releases: portworx/pxc

v0.26.0

12 Mar 16:50
dbfd5be
Compare
Choose a tag to compare

Update

  • Bug fixes
  • --shared now defaults to sharedv4 on volume create
  • Passes token to plugins
  • More component examples

v0.25.0

06 Mar 01:10
Compare
Choose a tag to compare

Updates

  • Updated all commands to new style. See command.md
  • Added new command pxc node describe
  • Added support for both pxc in kubectl plugin and as a standalone program. You can now set the endpoint to directly communicate with the Portworx node, instead of tunneling through the Kubernetes API server
  • Created new simple library for components. See the following examples:
  • Cleaned up global flags in the help screen

v0.24.0

10 Feb 07:16
Compare
Choose a tag to compare

New features

New commands

  • pxc plugin list: Shows pluggable components for pxc

v0.23.0

04 Feb 01:58
ec4f50c
Compare
Choose a tag to compare

New Features

  • Refocus of pxc as a true kubectl plugin
  • pxc now stores all Portworx connection and login (authentication) information in the kubeconfig file.
  • Support for multiple kubeconfigs in the KUBECONFIG environment variable
  • lots of bug fixes
  • Unix releases use .tar.gz format

New Commands

  • pxc script: Run python scripts (Requires python3)
  • pxc login: Provide credentials for communication with a secure Portworx system. See docs on how to secure your Portworx system in Kubernetes easily.
  • pxc config set-cluster: Set specific Portworx information if using non-standard deployment service name

Documentation

Documentation available here

Usage

Download and move kubectl-pxc file to somewhere in your path, then run:

$ kubectl pxc describe cluster

Works with PKS, AWS, EKS, AKS, GKE, and on-prem kubernetes deployments.

Release v0.22.0

06 Nov 16:15
Compare
Choose a tag to compare
  • Supports auto discover when run as a kubectl plugin

Milestone 2

10 Sep 01:59
55d01b8
Compare
Choose a tag to compare

Milestone 2

Requires Portworx 2.1.x+ Security will be added in the next milestone.

Patch notes

  • Supports TLS and authentication to Portworx
  • New UI for volume stats
  • Updated help screens
  • Lots of other fixes
  • Refactored handlers

Milestone 1 Release

12 Aug 05:06
Compare
Choose a tag to compare

Milestone 1

Requires Portworx 2.1.x+ without security. Security will be added in the next milestone.

New commands

  • px describe cluster: This is the new command replacing px status
  • px describe volume
  • px context create, show, list, etc
  • px logs
  • px update
  • px get pvc
  • px create snapshots
  • Updated px create volume

Pre Alpha Px Release v0.21.2 for Portworx 2.1.x+

17 Jul 23:25
aba31b7
Compare
Choose a tag to compare

New:

  • --context <name> can be used to set the context on the command line
  • Volume snapshots create snapshot (we may change this verb)
  • get pvc shows PVC information if using it with Kubernetes.