Oshi Gupta
Oshi Gupta
In [docs](https://github.com/kubernetes-sigs/cluster-api-provider-digitalocean/blob/main/docs/getting-started.md#creating-a-workload-cluster) , while generating a workload cluster templates , the command is : ``` clusterctl config cluster capdo-quickstart \ --infrastructure digitalocean \ --kubernetes-version v1.17.11 \ --control-plane-machine-count 1 \ --worker-machine-count...
### 1. Please describe why this term needs to be added #### What is this term about? (briefly) - Platform engineering is the principle of designing and building toolchains and...
Hello, I am using vault for sidecar injection and followed all the instructions of the README but when I run `vi patch-basic-annotations.yaml kubectl patch deployment app --patch "$(cat patch-basic-annotations.yaml)" `...
Hi @luksa, I have found the `kubectl-ssh` plugin of yours interesting and helpful. I found that you need someone to help create a krew index for it . Can I...
I am trying to take a snapshot of etcd via etcd3 python client library and my code looks like this : ``` import etcd3 etcd = etcd3.client( host='xx.xx.xx.xx', port='2379', cert_cert='/etc/kubernetes/pki/etcd/server.crt',...