forked from kubernetes-sigs/kubespray
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/kubernetes-sigs/kubespray
* 'master' of https://github.com/kubernetes-sigs/kubespray: remove variable 'etcd_ionice', because ionice removed from container image etcd:v3.4.x (kubernetes-sigs#6735) calico: default to using kdd datastore (kubernetes-sigs#6693) Update docker packages to 19.03.13 + add docker f32 (kubernetes-sigs#6712) Fix snapshot.storage apiVersion (kubernetes-sigs#6711) properly generate extravolumes in kubeadmconfig for centos (kubernetes-sigs#6708) Fix reserved memory unit in kubelet configuration (kubernetes-sigs#6725) Fix unintended SIGPIPE (kubernetes-sigs#6721) Expose offline install overrides in inventory (kubernetes-sigs#6728) Added ability to set calico vxlan vni and port. defaults to calico's … (kubernetes-sigs#6678) Change health check from TCP to HTTPS (kubernetes-sigs#6487) Add multi architeture support to flannel (kubernetes-sigs#6166) Remove pypi repo and pip extra flags (kubernetes-sigs#6729) Fails if kubeadm_version do not matches kubernetes version (kubernetes-sigs#6302) Add external_openstack_lbaas_provider setting for occm (kubernetes-sigs#6566) add new variable allowing additionnal audit webhook server options (kubernetes-sigs#6726) Fix example value for etcd_quota_backend_bytes (kubernetes-sigs#6724) Added support for setting tiller_service_account and tiller_replicas (kubernetes-sigs#6696)
- Loading branch information
Showing
38 changed files
with
231 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
--- | ||
## Global Offline settings | ||
### Private Container Image Registry | ||
# registry_host: "myprivateregisry.com" | ||
# files_repo: "http://myprivatehttpd" | ||
### If using CentOS, RedHat or Fedora | ||
# yum_repo: "http://myinternalyumrepo" | ||
### If using Debian | ||
# debian_repo: "http://myinternaldebianrepo" | ||
### If using Ubuntu | ||
# ubuntu_repo: "http://myinternalubunturepo" | ||
|
||
## Container Registry overrides | ||
# kube_image_repo: "{{ registry_host }}" | ||
# gcr_image_repo: "{{ registry_host }}" | ||
# docker_image_repo: "{{ registry_host }}" | ||
# quay_image_repo: "{{ registry_host }}" | ||
|
||
## Kubernetes components | ||
# kubeadm_download_url: "{{ files_repo }}/kubernetes/{{ kube_version }}/kubeadm" | ||
# kubectl_download_url: "{{ files_repo }}/kubernetes/{{ kube_version }}/kubectl" | ||
# kubelet_download_url: "{{ files_repo }}/kubernetes/{{ kube_version }}/kubelet" | ||
|
||
## CNI Plugins | ||
# cni_download_url: "{{ files_repo }}/kubernetes/cni/cni-plugins-linux-{{ image_arch }}-{{ cni_version }}.tgz" | ||
|
||
## cri-tools | ||
# crictl_download_url: "{{ files_repo }}/kubernetes/cri-tools/crictl-{{ crictl_version }}-{{ ansible_system | lower }}-{{ image_arch }}.tar.gz" | ||
|
||
## [Optional] etcd: only if you **DON'T** use etcd_deployment=host | ||
# etcd_download_url: "{{ files_repo }}/kubernetes/etcd/etcd-{{ etcd_version }}-linux-amd64.tar.gz" | ||
|
||
# [Optional] Calico: If using Calico network plugin | ||
# calicoctl_download_url: "{{ files_repo }}/kubernetes/calico/{{ calico_ctl_version }}/calicoctl-linux-{{ image_arch }}" | ||
|
||
## CentOS/Redhat | ||
### Docker | ||
# docker_rh_repo_base_url: "{{ yum_repo }}/docker-ce/$releasever/$basearch" | ||
# docker_rh_repo_gpgkey: "{{ yum_repo }}/docker-ce/gpg" | ||
### Containerd | ||
# extras_rh_repo_base_url: "{{ yum_repo }}/centos/$releasever/extras/$basearch" | ||
# extras_rh_repo_gpgkey: "{{ yum_repo }}/containerd/gpg" | ||
|
||
## Fedora | ||
### Docker | ||
# docker_fedora_repo_base_url: "{{ yum_repo }}/docker-ce/{{ ansible_distribution_major_version }}/{{ ansible_architecture }}" | ||
# docker_fedora_repo_gpgkey: "{{ yum_repo }}/docker-ce/gpg" | ||
### Containerd | ||
# containerd_fedora_repo_base_url: "{{ yum_repo }}/containerd" | ||
# containerd_fedora_repo_gpgkey: "{{ yum_repo }}/docker-ce/gpg" | ||
|
||
## Debian | ||
### Docker | ||
# docker_debian_repo_base_url: "{{ debian_repo }}/docker-ce" | ||
# docker_debian_repo_gpgkey: "{{ debian_repo }}/docker-ce/gpg" | ||
### Containerd | ||
# containerd_debian_repo_base_url: "{{ ubuntu_repo }}/containerd" | ||
# containerd_debian_repo_gpgkey: "{{ ubuntu_repo }}/containerd/gpg" | ||
# containerd_debian_repo_repokey: 'YOURREPOKEY' | ||
|
||
## Ubuntu | ||
### Docker | ||
# docker_ubuntu_repo_base_url: "{{ ubuntu_repo }}/docker-ce" | ||
# docker_ubuntu_repo_gpgkey: "{{ ubuntu_repo }}/docker-ce/gpg" | ||
### Containerd | ||
# containerd_ubuntu_repo_base_url: "{{ ubuntu_repo }}/containerd" | ||
# containerd_ubuntu_repo_gpgkey: "{{ ubuntu_repo }}/containerd/gpg" | ||
# containerd_ubuntu_repo_repokey: 'YOURREPOKEY' | ||
|
||
# [Optiona] Helm: if helm_enabled: true in addons.yml | ||
# helm_stable_repo_url: "{{ helm_registry }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.