You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: troubleshoot_acm/trouble_app_deploy.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Troubleshooting application Kubernetes deployment version
2
2
3
-
A managed cluster with a deprecated Kubernetes `apiversion` might not be supported. See the [Kubernetes issue](https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/) for more details about the deprecated API version.
3
+
A managed cluster with a deprecated Kubernetes `apiVersion` might not be supported. See the [Kubernetes issue](https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/) for more details about the deprecated API version.
4
4
5
5
## Symptom: Application deployment version
6
6
7
-
You might see an error similar to the following if one or more of your application resources use the deprecated API:
7
+
You might see an error similar to the following if one or more of your application resources uses the deprecated API:
8
8
9
9
```
10
10
failed to install release: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for
0 commit comments