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.
This commit is contained in:
Steve Gordon
2017-09-28 11:17:31 -04:00
committed by Steve Perry
parent 3ce57d9667
commit 4ba6e9b088
2 changed files with 4 additions and 1 deletions
@@ -10,6 +10,9 @@ title: OpenStack Heat
## Getting started with OpenStack ## 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. 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. The default OS is CentOS 7, this has not been tested on other operating systems.
@@ -526,10 +526,10 @@ spec:
- mountPath: /cache - mountPath: /cache
name: cache-volume name: cache-volume
ports: ports:
- containerPort: 80
volumes: volumes:
- name: cache-volume - name: cache-volume
emptyDir: {} emptyDir: {}
- containerPort: 80
``` ```
**If we run `kubectl describe...` we can see the event:** **If we run `kubectl describe...` we can see the event:**