Skip to content

Handle kubeconfig null for exec auth#33

Open
danopia wants to merge 1 commit intomainfrom
fix-kubeconfig-nulls
Open

Handle kubeconfig null for exec auth#33
danopia wants to merge 1 commit intomainfrom
fix-kubeconfig-nulls

Conversation

@danopia
Copy link
Copy Markdown
Member

@danopia danopia commented Feb 23, 2026

Saw kubeconfig putting explicit nulls into the exec config:

- name: gke_...
  user:
    exec:
      apiVersion: client.authentication.k8s.io/v1beta1
      args: null
      command: gke-gcloud-auth-plugin
      env: null
      installHint: Install gke-gcloud-auth-plugin for use with kubectl by following
        https://cloud.google.com/kubernetes-engine/docs/how-to/cluster-access-for-kubectl#install_plugin
      interactiveMode: IfAvailable
      provideClusterInfo: true

Let's avoid using them.

Saw kubeconfig putting explicit nulls into the exec config. Let's avoid using them.
@danopia danopia marked this pull request as ready for review March 17, 2026 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant