- 20 Nov, 2018 1 commit
-
-
k8s-ci-robot authored
kubeadm: adds etcd server version for 1.13
-
- 19 Nov, 2018 10 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
-
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
-
k8s-ci-robot authored
Fix flaky 'shouldn't trigger additional scale-ups during processing scale-up' test
-
Łukasz Osipiuk authored
-
- 18 Nov, 2018 1 commit
-
-
k8s-ci-robot authored
Add yue9944882 to CRD/CR apiserver reviewer
-
- 17 Nov, 2018 26 commits
-
-
k8s-ci-robot authored
Revert "Make bootstrap client cert loading part of rotation"
-
Clayton Coleman authored
This reverts commit 0af19875. Revert "Ensure the bootstrap rotation code is tested by forcing rotation" This reverts commit de293b2d.
-
k8s-ci-robot authored
Add option to k8s apiserver to reject incoming requests upon audit failure
-
k8s-ci-robot authored
Ignore non socket files in the kubelet plugin watcher
-
k8s-ci-robot authored
Make bootstrap client cert loading part of rotation
-
k8s-ci-robot authored
migrate service account volume to a projected volume when BoundServiceAccountTokenVolumes are enabled
-
Anago GCB authored
-
k8s-ci-robot authored
Promote raw block volume support to beta
-
k8s-ci-robot authored
Fix kubelet panic.
-
k8s-ci-robot authored
fix a scheduler panic due to internal cache inconsistency
-
k8s-ci-robot authored
ensure scheduler preemptor behaves in an efficient/correct path
-
k8s-ci-robot authored
authn: extend authenticator.Token to support audience validation
-
Clayton Coleman authored
Expose both a Stop() method (for cleanup) and a method to force cert rotation, but only expose Stop() on the interface. Verify that we choose the correct client.
-
Clayton Coleman authored
Ensure that bootstrap+clientcert-rotation in the Kubelet can: 1. happen in the background so that static pods aren't blocked by bootstrap 2. collapse down to a single call path for requesting a CSR 3. reorganize the code to allow future flexibility in retrieving bootstrap creds Fetching the first certificate and later certificates when the kubelet is using client rotation and bootstrapping should share the same code path. We also want to start the Kubelet static pod loop before bootstrapping completes. Finally, we want to take an incremental step towards improving how the bootstrap credentials are loaded from disk (potentially allowing for a CLI call to get credentials, or a remote plugin that better integrates with cloud providers or KSMs). Reorganize how the kubelet client config is determined. If rotation is off, simplify the code path. If rotation is on, load the config from disk, and then pass that into the cert manager. The cert manager creates a client each time it tries to request a new cert. Preserve existing behavior where: 1. bootstrap kubeconfig is used if the current kubeconfig is invalid/expired 2. we create the kubeconfig file based on the bootstrap kubeconfig, pointing to the location that new client certs will be placed 3. the newest client cert is used once it has been loaded
-
k8s-ci-robot authored
Revert openapi publish
-
k8s-ci-robot authored
Don't allow --csr-only for CA certs or all
-
k8s-ci-robot authored
Remove devicePath dependency for CSI volumes
-
k8s-ci-robot authored
Fix race between MountVolume and UnmountDevice
-
Renaud Gaubert authored
-
Renaud Gaubert authored
-
k8s-ci-robot authored
Augmenting API call retry in nodeinfomanager; Revert #70891
-
k8s-ci-robot authored
Introduce apiserver.config.k8s.io/v1 and use standard method for parsing encryption config file
-
Michelle Au authored
-
Mike Danese authored
-
Mike Danese authored
-
Lantao Liu authored
Signed-off-by:Lantao Liu <lantaol@google.com>
-
- 16 Nov, 2018 2 commits
-
-
Michelle Au authored
-
liz authored
-