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

Implement status-rich incremental updates for complex objects #93

Closed
5 of 6 tasks
hausdorff opened this issue Jul 9, 2018 · 6 comments
Closed
5 of 6 tasks

Implement status-rich incremental updates for complex objects #93

hausdorff opened this issue Jul 9, 2018 · 6 comments
Assignees
Labels
area/await-logic area/inner-dev-loop area/resource-management Issues related to Kubernetes resource provisioning, management, await logic, and semantics generally kind/enhancement Improvements or new features

Comments

@hausdorff
Copy link
Contributor

hausdorff commented Jul 9, 2018

Specifically for the following API objects:

  • Service
  • Deployment
  • StatefulSet
  • Job
  • Ingress
  • Pod
  • Persistent Volume
  • Persistent Volume Claim
@hausdorff
Copy link
Contributor Author

Critical resources are covered, we don't need to cover PVs and PVCs. Bumping the rest to M17.

@hausdorff hausdorff modified the milestones: 0.16, 0.17 Aug 3, 2018
@hausdorff hausdorff modified the milestones: 0.17, 0.18 Sep 4, 2018
@hausdorff hausdorff modified the milestones: 0.18, 0.19 Sep 24, 2018
@hausdorff hausdorff assigned lblackstone and unassigned hausdorff Nov 13, 2018
@lblackstone
Copy link
Member

Ingress is in progress in #283
Job and StatefulSet will likely get bumped to M20

@lblackstone lblackstone modified the milestones: 0.19, 0.20 Nov 19, 2018
hausdorff pushed a commit that referenced this issue Dec 18, 2018
@hausdorff hausdorff added kind/feature area/resource-management Issues related to Kubernetes resource provisioning, management, await logic, and semantics generally labels Dec 18, 2018
@hausdorff hausdorff modified the milestones: 0.20, 0.21 Dec 18, 2018
@krmayankk
Copy link

What is pulumi-kubernetes, from an initial thinking is it K8s api implemented by your own cloud in the way you seem fit ?

@hausdorff
Copy link
Contributor Author

@krmayankk The appropriate venue to discuss that question is probably the community slack or another issue with the label "question". If you'd like to follow up, please do so in one of those places.

But, because I can't resist answering questions, I'll provide a brief answer here. :) pulumi-kubernetes is the code that allows Pulumi to manage Kubernetes resources on an arbitrary Kubernetes cluster. Anywhere you have a kubeconfig file. It supplies logic for diffing, resource creation/update/deletion, as well as the logic for awaiting resource initialization.

@joeduffy joeduffy modified the milestones: 0.21, 0.20 Dec 30, 2018
@lblackstone
Copy link
Member

Job is the only remaining Kind to implement for this issue. Punting until after #343 is complete.

@lblackstone lblackstone modified the milestones: 0.20, 0.21 Jan 17, 2019
@lblackstone lblackstone modified the milestones: 0.21, 0.22 Feb 13, 2019
@lblackstone lblackstone removed this from the 0.22 milestone Mar 18, 2019
@lblackstone lblackstone mentioned this issue Jul 13, 2019
3 tasks
@hausdorff
Copy link
Contributor Author

Actually, let's close this in favor of #449, which tracks job completion.

@infin8x infin8x added the kind/enhancement Improvements or new features label Jul 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/await-logic area/inner-dev-loop area/resource-management Issues related to Kubernetes resource provisioning, management, await logic, and semantics generally kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

6 participants