Releases: clbx/kubectl-browse-pvc
Releases · clbx/kubectl-browse-pvc
v1.3.0
v1.2.0
- Allows browsing mounted PVCs
v1.1.0
- uses the current context for namespace instead of requiring the namespace flag to be set
- injects a ps1 for easily getting the hostname for interacting with the pod while browsing
- adds the ability to run one off commands
v1.0.8
No change to the tool, adds releases for arm linux and x86 macos
v1.0.7
- Makes the entrypoint script use less utilities for wider compatibility
- Fixed typo in pod name
- Prints pod name on execution
v1.0.6
Major Changes:
- Set entrypoint script to job command args instead of requiring plugin-specific image
- Includes version in binary
Pre-1.0.6 an image specific to this plugin was used, now the features of that image that had it exit when the session was finished is included in the pod commands of the created pod. This should allow for any generic image to be used, but I haven't done exhaustive testing.
v1.0.5
v1.0.4
v1.0.3
Swaps out urfave/cli for cobra and utilizes genericclioptions for kubectl flag functionality.