You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2023. It is now read-only.
Name of Dev Container Definition with Issue: Kubernetes & Helm
Steps to Reproduce:
mount the /.kube and /.minikube folder into the container and run the command with kubectl
root@0ab3a3828ae9:/workspaces/meshery-linkerd# kubectl cluster-info
To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
Unable to connect to the server: x509: certificate is valid for minikubeCA, control-plane.minikube.internal, kubernetes.default.svc.cluster.local, kubernetes.default.svc, kubernetes.default, kubernetes, localhost, not host.docker.internal
root@0ab3a3828ae9:/workspaces/meshery-linkerd# kubectl cluster-info --insecure-skip-tls-verify
Kubernetes master is running at https://host.docker.internal:32772
KubeDNS is running at https://host.docker.internal:32772/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy
To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
root@0ab3a3828ae9:/workspaces/meshery-linkerd# kubectl config view
apiVersion: v1
clusters:
- cluster:
certificate-authority: /root/.minikube/ca.crt
server: https://host.docker.internal:32772
name: minikube
contexts:
- context:
cluster: minikube
user: minikube
name: minikube
current-context: minikube
kind: Config
preferences: {}
users:
- name: minikube
user:
client-certificate: /root/.minikube/client.crt
client-key: /root/.minikube/client.key
The same issue I hit on kubernetes/Kind(macOS local executing kind create cluster and try to communicate the cluster in the (1kubernetes&helm1 which same host different container) and kind get kubeconfig --name kind --internal useless for me)
macOS Catalina
Steps to Reproduce:
/.kubeand/.minikubefolder into the container and run the command withkubectlThe same issue I hit on
kubernetes/Kind(macOS local executingkind create clusterand try to communicate the cluster in the (1kubernetes&helm1 which same host different container) andkind get kubeconfig --name kind --internaluseless for me)