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

[Feature]: End user can deploy controllers to cluster #23

Closed
Birdrock opened this issue Aug 27, 2021 · 0 comments · Fixed by #38
Closed

[Feature]: End user can deploy controllers to cluster #23

Birdrock opened this issue Aug 27, 2021 · 0 comments · Fixed by #38
Assignees

Comments

@Birdrock
Copy link
Member

Birdrock commented Aug 27, 2021

Blockers/Dependencies

No response

Background

As an end user
I want to be able to deploy the controllers to a cluster
So that I can see resources reconciled

Acceptance Criteria

GIVEN I clone the repo and see the deployment yaml
WHEN I follow README steps to kubectl apply it
THEN I see a controller pod start up

Dev Notes

  • This should be a static deployment yaml.
  • We should think about how we keep the the static deployment in sync with our development process. Create a new story to automate this.
  • This may require some RBAC work as controllers are expanded.
  • The acceptance criteria specify README steps - these need to be updated.
davewalter added a commit that referenced this issue Sep 3, 2021
Issue: [#23](cloudfoundry/cf-k8s-api#23)

- initial implementation only supports HTTP routing, which does not
  allow users to specify a port

Co-authored-by: Dave Walter <walterda@vmware.com>
@Birdrock Birdrock linked a pull request Sep 13, 2021 that will close this issue
Birdrock added a commit that referenced this issue Sep 13, 2021
…yaml

Create reference yaml to apply cf-k8s-controllers

Resolves #23
gnovv pushed a commit that referenced this issue Sep 13, 2021
Issue: [#23](cloudfoundry/cf-k8s-api#23)

- initial implementation only supports HTTP routing, which does not
  allow users to specify a port

Co-authored-by: Dave Walter <walterda@vmware.com>

Co-authored-by: Andrew Costa <ancosta@vmware.com>
Birdrock pushed a commit that referenced this issue Oct 29, 2021
Issue #23
- Updated cf-k8s-controllers for CFRoute scheme
- Updated Not Found Error shared helper to take resource type

Co-authored-by: Dave Walter <walterda@vmware.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants