From 81e53020cb5bcbfd6962708d9298fe8b7ff062f6 Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Wed, 8 Aug 2018 16:22:03 -0700 Subject: [PATCH] Fix netlify "mixed content detected" warning (#9683) Fixes #9682. Signed-off-by: Ahmet Alp Balkan --- content/en/docs/setup/on-premises-vm/ovirt.md | 4 ++-- content/en/docs/setup/turnkey/gce.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/setup/on-premises-vm/ovirt.md b/content/en/docs/setup/on-premises-vm/ovirt.md index a461de95e2..0c030f45c5 100644 --- a/content/en/docs/setup/on-premises-vm/ovirt.md +++ b/content/en/docs/setup/on-premises-vm/ovirt.md @@ -23,10 +23,10 @@ It is mandatory to [install the ovirt-guest-agent] in the guests for the VM ip a Once the Kubernetes template is available it is possible to start instantiating VMs that can be discovered by the cloud provider. -[import]: http://ovedou.blogspot.it/2014/03/importing-glance-images-as-ovirt.html +[import]: https://ovedou.blogspot.it/2014/03/importing-glance-images-as-ovirt.html [install]: https://www.ovirt.org/documentation/quickstart/quickstart-guide/#create-virtual-machines [generate a template]: https://www.ovirt.org/documentation/quickstart/quickstart-guide/#using-templates -[install the ovirt-guest-agent]: http://www.ovirt.org/documentation/how-to/guest-agent/install-the-guest-agent-in-fedora/ +[install the ovirt-guest-agent]: https://www.ovirt.org/documentation/how-to/guest-agent/install-the-guest-agent-in-fedora/ ## Using the oVirt Cloud Provider diff --git a/content/en/docs/setup/turnkey/gce.md b/content/en/docs/setup/turnkey/gce.md index 3e51581a68..6c88cad87c 100644 --- a/content/en/docs/setup/turnkey/gce.md +++ b/content/en/docs/setup/turnkey/gce.md @@ -50,7 +50,7 @@ wget -q -O - https://get.k8s.io | bash Once this command completes, you will have a master VM and four worker VMs, running as a Kubernetes cluster. -By default, some containers will already be running on your cluster. Containers like `fluentd` provide [logging](/docs/concepts/cluster-administration/logging/), while `heapster` provides [monitoring](http://releases.k8s.io/master/cluster/addons/cluster-monitoring/README.md) services. +By default, some containers will already be running on your cluster. Containers like `fluentd` provide [logging](/docs/concepts/cluster-administration/logging/), while `heapster` provides [monitoring](https://releases.k8s.io/master/cluster/addons/cluster-monitoring/README.md) services. The script run by the commands above creates a cluster with the name/prefix "kubernetes". It defines one specific cluster config, so you can't run it more than once.