mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-17 17:40:40 +03:00
fix windows parm values and herestring
This commit is contained in:
@@ -172,10 +172,10 @@ cfssl gencert \
|
||||
#### Windows
|
||||
```
|
||||
cfssl gencert `
|
||||
-ca=ca.pem `
|
||||
-ca-key=ca-key.pem `
|
||||
-config=ca-config.json `
|
||||
-profile=kubernetes `
|
||||
-ca ca.pem `
|
||||
-ca-key ca-key.pem `
|
||||
-config ca-config.json `
|
||||
-profile kubernetes `
|
||||
admin-csr.json | cfssljson -bare admin
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user