diff --git a/docs/getting-started-guides/openstack-heat.md b/docs/getting-started-guides/openstack-heat.md index 70f20a89f9..96a6a60a67 100644 --- a/docs/getting-started-guides/openstack-heat.md +++ b/docs/getting-started-guides/openstack-heat.md @@ -10,6 +10,9 @@ title: OpenStack Heat ## Getting started with OpenStack +**Note:** The `openstack-heat` provider that this guide uses is deprecated as of +Kubernetes v1.8 and will be removed in a future release. + This guide will take you through the steps of deploying Kubernetes to Openstack using `kube-up.sh`. The primary mechanisms for this are [OpenStack Heat](https://wiki.openstack.org/wiki/Heat) and the [SaltStack](https://git.k8s.io/kubernetes/cluster/saltbase) distributed with Kubernetes. The default OS is CentOS 7, this has not been tested on other operating systems. diff --git a/docs/tasks/inject-data-application/podpreset.md b/docs/tasks/inject-data-application/podpreset.md index 6e1026a5df..ff4485156c 100644 --- a/docs/tasks/inject-data-application/podpreset.md +++ b/docs/tasks/inject-data-application/podpreset.md @@ -526,10 +526,10 @@ spec: - mountPath: /cache name: cache-volume ports: + - containerPort: 80 volumes: - name: cache-volume emptyDir: {} - - containerPort: 80 ``` **If we run `kubectl describe...` we can see the event:**