Releases: portworx/pxc
Releases · portworx/pxc
v0.26.0
v0.25.0
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
New features
- New doc added for commands and component support
- Component pluggable support
- See component pluggable example:
New commands
pxc plugin list
: Shows pluggable components for pxc
v0.23.0
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
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
- Supports auto discover when run as a kubectl plugin
Milestone 2
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
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+
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.