- 10 Nov, 2018 5 commits
-
-
k8s-ci-robot authored
kubectl: remove redundant test
-
k8s-ci-robot authored
fix for test failure #70774
-
k8s-ci-robot authored
Revert "Hold mutex lock shorter when processing inter-pod affinity/anti-affin…"
-
k8s-ci-robot authored
Don't compare interface values in dynamic config controller
-
k8s-ci-robot authored
kubectl convert: add deprecation warning for 1.13
-
- 09 Nov, 2018 29 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
-
Sean Sullivan authored
-
Michael Taufen authored
This previously caused a panic when moving lastKnownGood between two non-nil values, because we were comparing the interface wrapper instead of comparing the NodeConfigSources. The case of moving from one non-nil lastKnownGood config to another doesn't appear to be tested by the e2e node tests. I added a unit test and an e2e node test to help catch bugs with this case in the future.
-
k8s-ci-robot authored
Add the existence check of /proc/net/nf_conntrack
-
Aniket Kulkarni authored
-
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.
-
Babak "Bobby" Salamat authored
-
k8s-ci-robot authored
kubeadm graduate bootstrap-token phase
-
k8s-ci-robot authored
scheduler: enable secure port and authn/z
-
- 08 Nov, 2018 6 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
-