Update create-certs file location

The create-certs function was moved to cluster/common.sh and is no longer located in cluster/gce/util.sh
This commit is contained in:
Alex Schultz 2016-05-04 13:08:03 -06:00
parent 4e5da5d0e5
commit daa2d76006
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ You need to prepare several certs:
Unless you plan to have a real CA generate your certs, you will need to generate a root cert and use that to sign the master, kubelet, and kubectl certs.
- see function `create-certs` in `cluster/gce/util.sh`
- see function `create-certs` in `cluster/common.sh`
- see also `cluster/saltbase/salt/generate-cert/make-ca-cert.sh` and
`cluster/saltbase/salt/generate-cert/make-cert.sh`