Skip to content

Commit

Permalink
fix the markdown for realz
Browse files Browse the repository at this point in the history
  • Loading branch information
briandealwis committed Oct 18, 2019
1 parent 59b2aa3 commit 39b6f98
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/content/en/docs/workflows/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,11 @@ the Helm deployer is not yet available ([#2350](https://github.com/GoogleContain

### Deprecated Workload API Objects

`skaffold debug` does not support deprecated versions of Workload API objects.
* `apps/v1beta1` was [deprecated in Kubernetes 1.8](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.8.md#other-notable-changes-16)
and
* `apps/v1beta2` was [deprecated in Kubernetes 1.9](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.9.md#apps),
`skaffold debug` does not support deprecated versions of Workload API objects:

- `apps/v1beta1` was [deprecated in Kubernetes 1.8](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.8.md#other-notable-changes-16)
- `apps/v1beta2` was [deprecated in Kubernetes 1.9](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.9.md#apps)

Both have been [removed in Kubernetes 1.16](https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/).
Applications should transition to the `apps/v1` APIs,
[introduced in Kubernetes 1.9](https://kubernetes.io/blog/2017/12/kubernetes-19-workloads-expanded-ecosystem/).
Expand Down

0 comments on commit 39b6f98

Please sign in to comment.