Skip to content
New issue

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

Need deploy kind: APIService and apiVersion: apiregistration.k8s.io/v1beta1 #9

Open
dekhtyarev opened this issue Aug 15, 2018 · 0 comments
Assignees
Labels
bug Something isn't working P2 Low priority

Comments

@dekhtyarev
Copy link
Collaborator

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
@rvadim rvadim added the bug Something isn't working label Aug 16, 2018
@dekhtyarev dekhtyarev added the P2 Low priority label Aug 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P2 Low priority
Projects
None yet
Development

No branches or pull requests

3 participants