change image assets to https (#9660)

* change image assets to https

* fix in docs

* fix remaining image links
This commit is contained in:
Andrew Chen
2018-07-27 17:12:57 -07:00
committed by k8s-ci-robot
parent bf4b9377e6
commit c36098d4be
13 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ If you want a simplified getting started experience and GUI for managing cluster
For an easy way to experiment with the Kubernetes development environment, click the button below
to open a Google Cloud Shell with an auto-cloned copy of the Kubernetes source repo.
[![Open in Cloud Shell](http://gstatic.com/cloudssh/images/open-btn.png)](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/kubernetes/kubernetes&page=editor&open_in_editor=README.md)
[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.png)](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/kubernetes/kubernetes&page=editor&open_in_editor=README.md)
If you want to use custom binaries or pure open source Kubernetes, please continue with the instructions below.