The Kubernetes command-line tool, kubectl, allows you to run commands against Kubernetes clusters.
I tried this command: kubectl logs --tail I got this error/help output: Error: flag needs an argument: --tail Aliases: …
kubernetes kubectl amazon-eksI am writing sample program to deploy into Openshift with configmap. I have the following configmap yaml in the source …
openshift kubectl openshift-client-tools openshift-onlineis there a way to tell kubectl that my pods should only deployed on a certain instance pool? For example: …
kubernetes gcloud kubectlI'm beginning to build out a kubernetes cluster for our applications. We are using Azure for cloud services, so my …
azure powershell kubernetes kubectl azure-akshow can I describe this command in yaml format? kubectl create configmap somename --from-file=./conf/nginx.conf I'd expect to …
kubernetes google-cloud-platform kubectl google-kubernetes-engineI want to create a kubernetes cluster using KOPS that uses a private topology completely (all master/worker nodes are …
kubernetes kubectl ssh-tunnel kopsI've recently learned about kubectl --field-selector flag, but ran into errors when trying to use it with various objects. For …
kubernetes kubectlI have created one kubernetes cluster on EKS. I used eksctl create cluster to create the cluster. I am able …
kubectl amazon-eks eksctlI'm using Google cloud platform and Kubernetes. I'm trying to find out which token should I use in order to …
kubernetes gcp kubectl kubernetes-dashboardWhile there are some questions just like mine out there, the fixes do not work for me. I'm using the …
kubernetes kubectl kubeadm calico