We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks like KUBE_CONFIG needs to go.
It doesn't appear to be valid nor required since we set AKASH_CLUSTER_K8S=true.
helm-charts$ git grep -A1 KUBE_CONFIG charts/akash-provider/templates/deployment.yaml: - name: KUBE_CONFIG charts/akash-provider/templates/deployment.yaml- value: "{{ .Values.home }}/.kube/config"
$ kubectl -n akash-services describe pod $(kubectl -n akash-services get pods -l app=akash-provider --output jsonpath='{.items[0].metadata.name}') | grep -i config KUBE_CONFIG: /root/.akash/.kube/config
$ kubectl -n akash-services exec -ti $(kubectl -n akash-services get pods -l app=akash-provider --output jsonpath='{.items[0].metadata.name}') -- bash root@akash-provider-855f68b48f-rl7xj:/# ps -ef|grep provider root 2986 1 20 Jul20 ? 1-11:05:05 /bin/akash provider run --cluster-k8s root@akash-provider-855f68b48f-rl7xj:/# cat /proc/2986/environ | xargs -0 -n1 |grep -i kube_config KUBE_CONFIG=/root/.akash/.kube/config root@akash-provider-855f68b48f-rl7xj:/# ls -la /root/.akash/.kube/config /root/.akash/.kube ls: cannot access '/root/.akash/.kube/config': No such file or directory ls: cannot access '/root/.akash/.kube': No such file or directory root@akash-provider-855f68b48f-rl7xj:/# find / -xdev |grep -i kube\/config root@akash-provider-855f68b48f-rl7xj:/#
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Looks like KUBE_CONFIG needs to go.
It doesn't appear to be valid nor required since we set AKASH_CLUSTER_K8S=true.
akash-provider Helm-Charts
akash-provider Pod:
The text was updated successfully, but these errors were encountered: