1.15.2. Resolving the problem: Application deployment version
Update the
apiVersionin the resource. For example, if the error displays for Deployment kind in the subscription YAML file, you need to update theapiVersionfromextensions/v1beta1toapps/v1.See the following example:
apiVersion: apps/v1 kind: DeploymentVerify the available versions by running the following command on the managed cluster:
kubectl explain <resource>-
Check for
VERSION.