Top "Kubectl" questions

The Kubernetes command-line tool, kubectl, allows you to run commands against Kubernetes clusters.

Kubernetes check serviceaccount permissions

When deploying a service via a Helm Chart, the installation failed because the tiller serviceaccount was not allowed to create …

kubernetes kubectl
Can I use autocompletion for kubectl in zsh?

I daily find myself doing... $ kubectl --context=foo get pods < copy text manually > $ kubectl --context=foo logs dep1…

autocomplete kubernetes zsh kubectl
Kubernetes/Container Engine: TLS handshake timeout

About 7 hours ago i was working with kubectl without problems. Now (after a few hours of sleep, and a reboot …

kubernetes google-kubernetes-engine kubernetes-health-check kubectl
What is the equivalent for depends_on in kubernetes

I have a docker compose file with the following entries version: '2.1' services: mysql: container_name: mysql image: mysql:…

kubernetes kubectl kubernetes-helm kubeadm
kubectl - How to edit service spec type to LoadBalancer via command line?

I have a k8s service of type clusterIP.. i need to change the below configuration via CLI the http …

kubernetes kubectl
Kubernetes deployment.extensions not found

I get the following error message in my Gitlab CI pipeline and I can't do anything with it. Yesterday the …

docker kubernetes google-cloud-platform gitlab-ci kubectl
Remove node-role.kubernetes.io/master:NoSchedule taint

What CLI command can I type to remove the node-role.kubernetes.io/master:NoSchedule taint from the master node in …

kubernetes kubectl kubeadm
Coredns in pending state in Kubernetes cluster

I am trying to configure a 2 node Kubernetes cluster. First I am trying to configure the master node of the …

docker kubernetes kubectl kubeadm kubelet
Define size for /dev/shm on container engine

I'm running Chrome with xvfb on Debian 8. It works until I open a tab and try to load content. The …

docker google-cloud-platform google-kubernetes-engine kubectl
How do you find the cluster & service CIDR of a Kubernetes cluster?

How do you find the cluster/service CIDR for a Kubernetes cluster, once it is already running? I know for …

kubernetes kubectl