Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding the active kubecontext to minikube profile list command #17735

Merged
merged 2 commits into from
Mar 28, 2024

Commits on Mar 27, 2024

  1. Adding the active kubecontext to minikube profile list command

    The minikube profile list does not show the active kubecontext. The active kubecontext was added to the profiles as ActiveKubeContext similar to the Active property of the existing implementation. This allows older version, which rely on the json field Active, to still work and additionally obtain the information about ActiveKubeContext. The table representation for the minikube profile list command was updated as well. Active minikube profiles are highlighted in the Profile column. The Active column was replaced with an Active Kubecontext column.
    Skalador authored and spowelljr committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8990648 View commit details
    Browse the repository at this point in the history
  2. Updating minikube profile list cmd table representation

    Updated the command line output of minikube profile list -o table to have two columns, i.e. Active Profile and Active Kubecontext. This makes the output more intuitive. Formatting issues are fixed as well.
    Skalador authored and spowelljr committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    92ccbd1 View commit details
    Browse the repository at this point in the history