Rene Zbinden

Results 43 comments of Rene Zbinden

At our company we use the following concept to protect admins from mistakes: https://github.com/postfinance/kubectl-sudo/blob/master/README.md So an admin has only access to all resources with impersonation. That is why it would...

I am not sure if people still get coins. The community github project where tokens were sold vanished a couple of days ago.

@ivivaj cool, I hope they find a solution.

@xiang90 I have a similar issue which I can reproduce very easily with etcdctl. Every second time I get an exception (`transport: context canceled`). See output: ``` [root@hostname1 ~]# /appl/etcd/bin/etcd...

@xiang90 etcd and etcdctl both v3.2.7. Endpoints secured by certificate.

@xiang90 The same problem with v3.2.8 And #8631 is probably a duplicate.

Would be interesting for us too. After an server upgrade: ![image](https://user-images.githubusercontent.com/1607088/199186370-63851cb8-c411-4fe1-8277-ded0fc209ee9.png) The 1 Connection is from the `nats` utility. Even if we had do manually launch a `SYS` command, to...

How about the following structure: ```yaml --- apiVersion: kubeadm.k8s.io/v1beta1 kind: ClusterConfiguration kubernetesVersion: 1.14.2 apiServer: extraArgs: - name: "tls-sni-cert-key" value: "/etc/kubernetes/pki/apiserver.crt,/etc/kubernetes/pki/apiserver.key" - name: "tls-sni-cert-key" value: "/etc/kubernetes/pki/mycert.crt,/etc/kubernetes/pki/mykey.key" ```

@creation-shin-chan that does not actually work. This was just a proposition how it could be implemented.