mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-17 03:00:07 -03:30
Clean up debug in check apiserver test (#1638)
* Clean up debug in check apiserver test * Change password generation for kube_user Special characters are not allowed in known_users.csv file
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
- hosts: kube-master
|
||||
|
||||
tasks:
|
||||
- debug:
|
||||
msg: "kube pass: {{ lookup('password', '../../credentials/kube_user length=15') }}"
|
||||
- name: Check the API servers are responding
|
||||
uri:
|
||||
url: "https://{{ access_ip | default(ansible_default_ipv4.address) }}:{{ kube_apiserver_port }}/api/v1"
|
||||
|
||||
Reference in New Issue
Block a user