k3s/cluster
Kubernetes Submit Queue 25df60bf6b
Merge pull request #66152 from Random-Liu/update-crictl
Automatic merge from submit-queue (batch tested with PRs 66152, 66406, 66218, 66278, 65660). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Update crictl to v1.11.1.

Update `crictl` to v1.11.1 to fix several bugs. Release note: https://github.com/kubernetes-incubator/cri-tools/releases/tag/v1.11.1

@kubernetes/sig-node-pr-reviews @kubernetes/sig-cluster-lifecycle-pr-reviews 
@kubernetes/sig-gcp-pr-reviews 
Signed-off-by: Lantao Liu <lantaol@google.com>

```release-note
Update crictl to v1.11.1.
```
2018-07-20 12:12:09 -07:00
..
addons Merge pull request #66157 from loburm/upgrade_event_exporter 2018-07-18 08:46:59 -07:00
centos Disable initializers by default 2018-07-10 15:14:32 -04:00
gce Merge pull request #66152 from Random-Liu/update-crictl 2018-07-20 12:12:09 -07:00
images Merge pull request #62508 from dims/allow-customized-image-for-dockerized-kubelet 2018-04-27 21:06:23 -07:00
juju Merge pull request #66039 from liggitt/disable-initializers 2018-07-12 17:57:12 -07:00
kubemark Disable initializers by default 2018-07-10 15:14:32 -04:00
kubernetes-anywhere
local
log-dump Fix dumping logs with logexporter 2018-07-02 15:24:25 +02:00
pre-existing
skeleton
BUILD
OWNERS
README.md
clientbin.sh
common.sh
get-kube-binaries.sh
get-kube-local.sh Implement fixes for flexvolume when kubelet is contanerized 2018-07-03 14:04:52 -04:00
get-kube.sh
kube-down.sh
kube-up.sh
kube-util.sh
kubeadm.sh
kubectl.sh
restore-from-backup.sh Remove references to the Debian-based Container-VM image 2018-07-03 17:05:31 -07:00
test-e2e.sh
test-network.sh
test-smoke.sh
update-storage-objects.sh
validate-cluster.sh

README.md

Cluster Configuration

Deprecation Notice: This directory has entered maintenance mode and will not be accepting new providers. Please submit new automation deployments to kube-deploy. Deployments in this directory will continue to be maintained and supported at their current level of support.

The scripts and data in this directory automate creation and configuration of a Kubernetes cluster, including networking, DNS, nodes, and master components.

See the getting-started guides for examples of how to use the scripts.

cloudprovider/config-default.sh contains a set of tweakable definitions/parameters for the cluster.

The heavy lifting of configuring the VMs is done by SaltStack.

Analytics