From 4ba6e9b088fd676c16306b34a9a40e5809413b44 Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Thu, 28 Sep 2017 11:17:31 -0400 Subject: [PATCH] Deprecate openstack heat (#5670) * Fix typo in pod preset conflict example Move container port definition to the correct line. * Highlight openstack-heat provider deprecation The openstack-heat provider for kube-up is being deprecated and will be removed in a future release. --- docs/getting-started-guides/openstack-heat.md | 3 +++ docs/tasks/inject-data-application/podpreset.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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:**