Skip to content

Commit

Permalink
Deprecate openstack heat (#5670)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
xsgordon authored and steveperry-53 committed Sep 28, 2017
1 parent 3ce57d9 commit 4ba6e9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/getting-started-guides/openstack-heat.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/tasks/inject-data-application/podpreset.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down

0 comments on commit 4ba6e9b

Please sign in to comment.