- 10 Nov, 2018 1 commit
-
-
k8s-ci-robot authored
kubectl convert: add deprecation warning for 1.13
-
- 09 Nov, 2018 25 commits
-
-
k8s-ci-robot authored
Update heketi dependencies to sha@558b29266ce0a873991ecfb3edc41a668a998514
-
k8s-ci-robot authored
Update addon-manager to 1.8.4
-
k8s-ci-robot authored
kubeadm: UnifiedControlPlaneImage string -> UseHyperKubeImage bool
-
k8s-ci-robot authored
kubeadm v1beta1: InitConfiguration.APIEndpoint -> LocalAPIEndpoint
-
k8s-ci-robot authored
fix healthz checkerNames test so that it tests against the expected output
-
k8s-ci-robot authored
kubeadm: Remove cluster name from JoinConfiguration
-
k8s-ci-robot authored
Add the existence check of /proc/net/nf_conntrack
-
Humble Chirammal authored
Fixes # https://github.com/kubernetes/kubernetes/issues/70802Signed-off-by:
Humble Chirammal <hchiramm@redhat.com>
-
Rostislav M. Georgiev authored
Up until now UnifiedControlPlaneImage existed as a string value as part of the ClusterConfiguration. This provided an override for the Kubernetes core component images with a single custom image. It is mostly used to override the control plane images with the hyperkube image. This saves both bandwith and disk space on the control plane nodes. Unfortunately, this specified an entire image string (complete with its prefix, image name and tag). This disables upgrades of setups that use hyperkube. Therefore, to enable upgrades on hyperkube setups and to make configuration more convenient, the UnifiedControlPlaneImage option is replaced with a boolean option, called UseHyperKubeImage. If set to true, this option replaces the image name of any Kubernetes core components with hyperkube, thus allowing for upgrades and respecting the image repository and version, specified in the ClusterConfiguration. Signed-off-by:Rostislav M. Georgiev <rostislavg@vmware.com>
-
k8s-ci-robot authored
Add explicit "Installed" field to CSINodeInfo and change update semantics
-
Lucas Käldström authored
-
Lucas Käldström authored
-
Lucas Käldström authored
-
k8s-ci-robot authored
[kubeadm/app/..add other packages]Switch to github.com/pkg/errors
-
qingsenLi authored
-
k8s-ci-robot authored
finish controller name change and don't double check feature flag
-
k8s-ci-robot authored
Move Regional PD to GA
-
Maciej Borsz authored
-
k8s-ci-robot authored
Fix CSI CRD installation for Alpha clusters
-
k8s-ci-robot authored
Some minor fixes for warnings while running the tests
-
David Zhu authored
-
David Zhu authored
-
David Zhu authored
Add fields available and volumePluginMechanism to CSINodeInfo CRD API Object. Split CSINodeInfo into Spec and Status.
-
k8s-ci-robot authored
kubeadm graduate bootstrap-token phase
-
k8s-ci-robot authored
scheduler: enable secure port and authn/z
-
- 08 Nov, 2018 14 commits
-
-
Mike Danese authored
-
Rafael Fernández López authored
-
k8s-ci-robot authored
kubeadm: Remove feature gates from JoinConfiguration
-
k8s-ci-robot authored
Clean up unused openapi-gen cmd
-
k8s-ci-robot authored
[kubeadm] Update CoreDNS Version
-
Sean Sullivan authored
-
Haowei Cai authored
-
Haowei Cai authored
as we switched to use k8s.io/kube-openapi/cmd/openapi-gen
-
k8s-ci-robot authored
Switch to sigs.k8s.io/yaml from ghodss/yaml
-
k8s-ci-robot authored
Create Ca-certificate configmap used by token projected volume
-
Rafael Fernández López authored
Relay on the feature gates provided by the ClusterConfiguration when downloaded from the cluster during the join process.
-
k8s-ci-robot authored
fix auditsink validation output
-
Dr. Stefan Schimanski authored
-
Dr. Stefan Schimanski authored
-