kubeconfig Questions
5
I am completely new in Kubernetes.I was trying to play with minikube in my local machine. I have installed kubectl and minikube locally. When I run
minikube start --vm-driver=virtualbox # and then...
Emilioemily asked 12/5, 2020 at 17:45
2
Solved
My private AKS Cluster is accessible only to the root user using kubectl on a jumphost. But for a non-root user it throws below error message:
someuser@jump-vm$ kubectl get pods -A
Error from serve...
Hoarding asked 14/2, 2023 at 12:26
1
Solved
I understand kubectl gets the kubeconfig file in the order
command line option --kubeconfig
environment variable KUBECONFIG=
default path ~/.kube/config
But is there a way to get the kubeconfig p...
Basil asked 29/6, 2021 at 4:30
3
Our users are allowed to access Kubernetes clusters only from the management station, there is no possibility to access the API directly from their laptops/workstations.
Every user posses kubeconf...
Hiro asked 3/6, 2019 at 12:26
1
Solved
I have aws-eks cluster and below is my command to replace existing the configuration.
kubectl create configmap flink-config --from-file=./config -o yaml --dry-run | kubectl replace -
but when I ru...
Primrose asked 9/10, 2020 at 11:40
1
Solved
There is a k8s single master node, I need to back it up and restore it
I googled this topic and found a solution -
https://elastisys.com/2018/12/10/backup-kubernetes-how-and-why/
Everything look...
Lunulate asked 4/4, 2020 at 3:10
1
Solved
I want to enable the Kube-proxy mode to IPVS in the existing cluster. currently, it is running on IPtables. how can I change it to IPVS without affecting the existing workload?
I have already inst...
Sighted asked 7/6, 2019 at 11:40
2
I've created a custom helm chart with elastic-stack as a subchart with following configurations.
# requirements.yaml
dependencies:
- name: elastic-stack
version: 1.5.0
repository: '@stable'
#...
Karafuto asked 25/3, 2019 at 12:46
1
© 2022 - 2024 — McMap. All rights reserved.