- 22 Nov, 2018 6 commits
-
-
k8s-ci-robot authored
Reintroduce CSI 0.3.x support in CSI Volume Plugin
-
saad-ali authored
-
saad-ali authored
Modify the CSI volume plugin to handle CSI version 0.x as well as 1.x
-
saad-ali authored
-
saad-ali authored
Remove csipb dependency from everywhere except the CSI client in preperation for supporting multiple CSI clients.
-
saad-ali authored
Modify kubelet plugin watcher to support older CSI drivers that use an the old plugins directory for socket registration. Also modify CSI plugin registration to support multiple versions of CSI registering with the same name.
-
- 21 Nov, 2018 13 commits
-
-
k8s-ci-robot authored
Rename '--experimental-encryption-provider-config' to '--encryption-provider-config'
-
k8s-ci-robot authored
Make fluentd container runtime service configurable.
-
k8s-ci-robot authored
add missing flags in *-controller-manager --help
-
k8s-ci-robot authored
Clear pod binding cache
-
k8s-ci-robot authored
Optimistic-locking on diff
-
Jay Lim authored
-
stewart-yu authored
-
Jay Lim authored
-
k8s-ci-robot authored
Update github.com/json-iterator/go to 1.1.4
-
Yecheng Fu authored
-
Christoph Blecker authored
-
k8s-ci-robot authored
Updates to always pass spec.nodeName as --hostname-override
-
k8s-ci-robot authored
kubeadm: Bump minimum Kubernetes version to v1.12
-
- 20 Nov, 2018 12 commits
-
-
k8s-ci-robot authored
Fix kubeadm etcd manifests to use brackets around IPv6 addrs
-
Marek Counts authored
updated manifest file to always pass spec.nodeName as the --hostname-override.
-
Antoine Pelisse authored
There is currently a race-condition when diffing, where we get the object and then run a server-side dry-run patch and compare the two results. If something changes the object on the server between the get and the patch, the diff is going to show unrelated changes. We can now specify the exact revisionversion that we want to patch, and that will return a conflict, and we can retry multiple times to get a non-conflicting diff. Eventually (after 3 times), we diff without checking the version and throw a warning that the diff might be partially wrong.
-
Antoine Pelisse authored
Give a new "ResourceVersion" option to the patch so that the patch can be forced against a specific version. Also there is no way to customize how many retries the patcher should do on conflicts, so also add a "Retries" option that let's one customize it.
-
k8s-ci-robot authored
Fix broken integration test around hostAliases
-
k8s-ci-robot authored
fix release note
-
k8s-ci-robot authored
Remove useBetaAPI option from getReplicaZoneURI
-
k8s-ci-robot authored
kubeadm: override node registration options from command line
-
Ed Bartosh authored
'kubeadm join' silently ignores --node-name and --cri-socket command line options if --config option is specified. In some cases it's much easier for users to override these parameters from the command line instead of updating config, especially for multi-node automatic deployments where only node name should be changed. Implemented setting 'name' and 'criSocket' options from the command line even if --config command line option is used.
-
Rostislav M. Georgiev authored
Bump MinimumControlPlaneVersion and MinimumKubeletVersion to v1.12 and update any related tests. Signed-off-by:Rostislav M. Georgiev <rostislavg@vmware.com>
-
Bill Warshaw authored
* broken by ab507dfc
-
k8s-ci-robot authored
kubeadm: adds etcd server version for 1.13
-
- 19 Nov, 2018 9 commits
-
-
k8s-ci-robot authored
Sparse cert creation for `kubeadm init`
-
liz authored
-
k8s-ci-robot authored
kubeadm: fix issues in the v1beta1 godoc
-
liz authored
-
Chuck Ha authored
Signed-off-by:Chuck Ha <ha.chuck@gmail.com>
-
k8s-ci-robot authored
Add flags to kubeadm init phase uploadconfig all
-
Yago Nobre authored
-
Sergei Orlov authored
kubeapiserver: rename '--experimental-encryption-provider-config' to '--encryption-provider-config'. This change renames the '--experimental-encryption-provider-config' flag to '--encryption-provider-config'. The old flag is accepted but generates a warning. In 1.14, we will drop support for '--experimental-encryption-provider-config' entirely. Co-authored-by:Stanislav Laznicka <slaznick@redhat.com>
-
Lubomir I. Ivanov authored
- make the whole config example actually pass strict verification (i.e. make the config work with --config) - add print init-defaults/join defaults - other small fixes
-