We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kind: APIService
apiVersion: apiregistration.k8s.io/v1beta1
Now, we have a error:
ERROR:__main__:RuntimeError: Unknown kind "APIService" in generated file ERROR: Job failed: exit code 1
Example for deploy:
--- apiVersion: apiregistration.k8s.io/v1beta1 kind: APIService metadata: name: v1beta1.metrics.k8s.io spec: service: name: metrics-server namespace: kube-system group: metrics.k8s.io version: v1beta1 insecureSkipTLSVerify: true groupPriorityMinimum: 100 versionPriority: 100
The text was updated successfully, but these errors were encountered:
shreyderina
No branches or pull requests
Now, we have a error:
Example for deploy:
The text was updated successfully, but these errors were encountered: