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

Simplified deployment app #691

Merged
merged 7 commits into from
Sep 26, 2024
Merged

Simplified deployment app #691

merged 7 commits into from
Sep 26, 2024

Conversation

EronWright
Copy link
Contributor

@EronWright EronWright commented Sep 26, 2024

Proposed changes

This is a new, simplified deployment app for PKO. It leverages the kustomization that is maintained in operator/config/default to avoid code duplication. It supports ONLY cluster-wide installation.

PKOv2 is designed to natively support multi-tenancy across namespaces without needing to deploy separate instances of the operator into each namespace. Looking back at #328, we see that the ability to deploy to multiple namespaces was added to address a lack of isolation (see https://github.com/pulumi/home/issues/2330). I opened #690 to track adding support for single-namespace deployment.

Related issues (optional)

operator/Dockerfile Outdated Show resolved Hide resolved
Copy link

codecov bot commented Sep 26, 2024

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 49.23%. Comparing base (88a213d) to head (df91d46).
Report is 1 commits behind head on v2.

Files with missing lines Patch % Lines
operator/cmd/main.go 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##               v2     #691      +/-   ##
==========================================
- Coverage   49.28%   49.23%   -0.06%     
==========================================
  Files          26       26              
  Lines        2887     2890       +3     
==========================================
  Hits         1423     1423              
- Misses       1287     1290       +3     
  Partials      177      177              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@blampe blampe added the impact/no-changelog-required This issue doesn't require a CHANGELOG update label Sep 26, 2024
@EronWright EronWright merged commit 3c0c7a9 into v2 Sep 26, 2024
7 checks passed
@EronWright EronWright deleted the issue-684-pt2 branch September 26, 2024 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/no-changelog-required This issue doesn't require a CHANGELOG update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants