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

Register the operator's api resources into the "pulumi" kubectl category #758

Open
EronWright opened this issue Nov 22, 2024 · 0 comments
Open
Labels
area/api Related to the Operator's API good-first-issue Start here if you'd like to start contributing to Pulumi kind/enhancement Improvements or new features needs-triage Needs attention from the triage team

Comments

@EronWright
Copy link
Contributor

EronWright commented Nov 22, 2024

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

It is possible to associate Kubernetes custom resources with a category, to make this possible: kubectl get pulumi as an alias for kubectl get stack,workspace,update. Docs: https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#categories

NAME                                       LAST UPDATE   AGE   READY   RECONCILING   STALLED   PERMALINK
stack.pulumi.com/kubernetes-py-guestbook   succeeded     25h   True                            https://app.pulumi.com/eron-pulumi-corp/kubernetes-py-guestbook/kubernetes-py-guestbook/updates/27

NAME                                                IMAGE                           READY   ADDRESS
workspace.auto.pulumi.com/kubernetes-py-guestbook   pulumi/pulumi:3.134.1-nonroot   True    kubernetes-py-guestbook-workspace.default.svc.cluster.local:50051

NAME                                                         WORKSPACE                 PROGRESSING   FAILED   COMPLETE   URL
update.auto.pulumi.com/kubernetes-py-guestbook-193507979e4   kubernetes-py-guestbook   False         False    True       https://app.pulumi.com/eron-pulumi-corp/kubernetes-py-guestbook/kubernetes-py-guestbook/updates/27   

See: kubernetes-sigs/kubebuilder#106

@EronWright EronWright added area/api Related to the Operator's API kind/enhancement Improvements or new features needs-triage Needs attention from the triage team good-first-issue Start here if you'd like to start contributing to Pulumi labels Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api Related to the Operator's API good-first-issue Start here if you'd like to start contributing to Pulumi kind/enhancement Improvements or new features needs-triage Needs attention from the triage team
Projects
None yet
Development

No branches or pull requests

1 participant