Fabrizio Pandini
Fabrizio Pandini
## Describe the Feature You Want I would like to pass env variables to cmd_button, as I can do with local_resource ### Current Behavior cmd_button doesn't have an env argument...
## Describe the Feature You Want I would like that button allows to show inputs on a modal popup ### Current Behavior When using buttons it is now possible to...
Growing a local etcd cluster is a complex operation, and in the past, we already faced some issues like e.g. https://github.com/kubernetes-sigs/kind/issues/588 Now that the implementation of the etcd learner mode...
For kinder e2e test we want to use base images with docker because docker is still the most used CRI runtime. With kinder rebase to kind 0.5.0 landing (https://github.com/kubernetes/kubeadm/pull/1750) old...
Kubeadm, being a CLI, does not play well with declarative approaches/git-ops workflows. Assuming that kubeadm is divided in two main parts 1. bootstrapping a node (transforming a machine into a...
as per @neolit123 [comment](https://github.com/kubernetes/enhancements/pull/1159#discussion_r305806740) > we need to start respecting KubeletConfiguration next to JoinConfiguration on kubeadm join. last time i checked we weren't. related to this KEP: https://github.com/kubernetes/enhancements/pull/1439 --------- 1.25...
In the kubeadm output there are some logs entry that should be fixed: ``` [init] Using Kubernetes version: v1.16.2 W1113 10:20:56.260581 589 validation.go:28] Cannot validate kubelet config - no validator...
Kubeadm addons were subject to several discussion in the past year, but as of today there is no clear path forward (we are only supporting skip phase) This issue is...
One of the kubeadm goals was to provide a toolbox for higher-level tools. However, as of today, kubeadm can be consumed only as a CLI command, and this limits the...
Kubeadm was created in 2016 and then graduated GA in 2018, and, In order to continue to provide the best user experience to our users, we should start drafting a...