Skip to content

Releases: clbx/kubectl-browse-pvc

v1.3.0

28 Mar 20:13

Choose a tag to compare

Adds the -u flag to set the uid used in the container.

v1.2.0

20 Feb 05:54

Choose a tag to compare

  • Allows browsing mounted PVCs

v1.1.0

06 Feb 02:14

Choose a tag to compare

  • 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

05 Feb 01:57

Choose a tag to compare

No change to the tool, adds releases for arm linux and x86 macos

v1.0.7

25 Jul 02:10

Choose a tag to compare

  • Makes the entrypoint script use less utilities for wider compatibility
  • Fixed typo in pod name
  • Prints pod name on execution

v1.0.6

12 Jul 04:07

Choose a tag to compare

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

17 May 06:40

Choose a tag to compare

Actually fixes #13

v1.0.4

27 Apr 23:15

Choose a tag to compare

Fixed #13

v1.0.3

06 Mar 05:27

Choose a tag to compare

Swaps out urfave/cli for cobra and utilizes genericclioptions for kubectl flag functionality.

v1.0.2

01 Feb 23:56
e24ac7e

Choose a tag to compare

  • Adds functionality for getting kubeconfig from KUBECONFIG environment variable @bcourtel