mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-08-08 20:02:42 +03:00
Fix IP address of worker node
This commit is contained in:

committed by
GitHub

parent
30360020ea
commit
d1da31c299
@@ -30,7 +30,7 @@ keyUsage = nonRepudiation, digitalSignature, keyEncipherment
|
||||
subjectAltName = @alt_names
|
||||
[alt_names]
|
||||
DNS.1 = worker-1
|
||||
IP.1 = 192.168.5.11
|
||||
IP.1 = 192.168.5.21
|
||||
EOF
|
||||
|
||||
openssl genrsa -out worker-1.key 2048
|
||||
|
Reference in New Issue
Block a user