Browse Source

Merge pull request #3515 from SataQiu/fix-20181012

fix typo
pull/3493/head
Andreas Krüger 6 years ago
committed by GitHub
parent
commit
b1974ab3cf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      contrib/terraform/openstack/README.md

2
contrib/terraform/openstack/README.md

@ -421,7 +421,7 @@ kubectl version
If you are using floating ip addresses then you may get this error:
```
Unable to connect to the server: x509: certificate is valid for 10.0.0.6, 10.0.0.6, 10.233.0.1, 127.0.0.1, not 132.249.238.25
Unable to connect to the server: x509: certificate is valid for 10.0.0.6, 10.233.0.1, 127.0.0.1, not 132.249.238.25
```
You can tell kubectl to ignore this condition by adding the

Loading…
Cancel
Save