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
@@ -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:**