Skip to content

Commit

Permalink
Update solution.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Oct 13, 2023
1 parent 0a59a15 commit dab59b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/16-api-deprecation/solution/solution.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Solution

This exercise verifies your comfort level with handle API deprecations. If you are trying to create both objects with Kubernetes 1.28, you will find that the API version `apps/v1beta2` assigned to the Deployment definition cannot be found.
This exercise verifies your comfort level with handle API deprecations. You will find that the API version `apps/v1beta2` assigned to the Deployment definition cannot be found when trying to create the objects.

```
$ kubectl apply -f ./
Expand Down

0 comments on commit dab59b7

Please sign in to comment.