mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 16:28:45 -03:30
Add .editorconfig file (#6307)
This commit is contained in:
@@ -10,4 +10,4 @@ kubernetes_audit: true
|
||||
dns_min_replicas: 1
|
||||
|
||||
# Needed to upgrade from 1.16 to 1.17, otherwise upgrade is partial and bug followed
|
||||
upgrade_cluster_setup: true
|
||||
upgrade_cluster_setup: true
|
||||
|
||||
@@ -6,4 +6,4 @@ mode: default
|
||||
# Kubespray settings
|
||||
kube_network_plugin: kube-ovn
|
||||
deploy_netchecker: true
|
||||
dns_min_replicas: 1
|
||||
dns_min_replicas: 1
|
||||
|
||||
@@ -14,4 +14,4 @@ helm_version: v3.1.0
|
||||
|
||||
# https://gitlab.com/miouge/kubespray-ci/-/blob/a4fd5ed6857807f1c353cb60848aedebaf7d2c94/manifests/http-proxy.yml#L42
|
||||
http_proxy: http://172.30.30.30:8888
|
||||
https_proxy: http://172.30.30.30:8888
|
||||
https_proxy: http://172.30.30.30:8888
|
||||
|
||||
@@ -4,4 +4,4 @@ deploy_netchecker: true
|
||||
sonobuoy_enabled: true
|
||||
|
||||
# Ignore ping errors
|
||||
ignore_assert_errors: true
|
||||
ignore_assert_errors: true
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
kube_network_plugin: flannel
|
||||
|
||||
deploy_netchecker: true
|
||||
dns_min_replicas: 1
|
||||
dns_min_replicas: 1
|
||||
|
||||
@@ -4,4 +4,4 @@
|
||||
kube_network_plugin: flannel
|
||||
|
||||
deploy_netchecker: true
|
||||
dns_min_replicas: 1
|
||||
dns_min_replicas: 1
|
||||
|
||||
@@ -17,4 +17,4 @@
|
||||
that:
|
||||
- apiserver_response.json.gitVersion == kube_version
|
||||
fail_msg: "apiserver version different than expected {{ kube_version }}"
|
||||
when: kube_version is defined
|
||||
when: kube_version is defined
|
||||
|
||||
@@ -30,4 +30,4 @@
|
||||
# Check that all nodes are Status=Ready
|
||||
- '(get_nodes_yaml.stdout | from_yaml)["items"] | map(attribute = "status.conditions") | map("items2dict", key_name="type", value_name="status") | map(attribute="Ready") | list | min'
|
||||
retries: 30
|
||||
delay: 10
|
||||
delay: 10
|
||||
|
||||
@@ -51,13 +51,13 @@
|
||||
|
||||
- name: Get hostnet pods
|
||||
command: "{{ bin_dir }}/kubectl get pods -n test -o
|
||||
jsonpath='{range .items[?(.spec.hostNetwork)]}{.metadata.name} {.status.podIP} {.status.containerStatuses} {end}'"
|
||||
jsonpath='{range .items[?(.spec.hostNetwork)]}{.metadata.name} {.status.podIP} {.status.containerStatuses} {end}'"
|
||||
register: hostnet_pods
|
||||
no_log: true
|
||||
|
||||
- name: Get running pods
|
||||
command: "{{ bin_dir }}/kubectl get pods -n test -o
|
||||
jsonpath='{range .items[?(.status.phase==\"Running\")]}{.metadata.name} {.status.podIP} {.status.containerStatuses} {end}'"
|
||||
jsonpath='{range .items[?(.status.phase==\"Running\")]}{.metadata.name} {.status.podIP} {.status.containerStatuses} {end}'"
|
||||
register: running_pods
|
||||
no_log: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user