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

Updates Kube Infra Namespace and Envoy Deployment #247

Merged
merged 1 commit into from
Aug 26, 2022

Conversation

danehans
Copy link
Contributor

  • Set Namespace when creating a new Kube Infra manager.
  • Removes the bootstrap config volume and references to the volume in the Envoy deployment.

Fixes: #246

Signed-off-by: danehans [email protected]

@danehans danehans requested a review from a team as a code owner August 25, 2022 19:09
@codecov-commenter
Copy link

codecov-commenter commented Aug 25, 2022

Codecov Report

Merging #247 (80c2891) into main (d99f32f) will decrease coverage by 0.12%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #247      +/-   ##
==========================================
- Coverage   57.62%   57.49%   -0.13%     
==========================================
  Files          30       30              
  Lines        2702     2694       -8     
==========================================
- Hits         1557     1549       -8     
  Misses       1054     1054              
  Partials       91       91              
Impacted Files Coverage Δ
internal/infrastructure/kubernetes/deployment.go 81.45% <100.00%> (-0.94%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@@ -34,6 +34,8 @@ func NewManager(cfg *config.Server) (*Manager, error) {
ns, found := os.LookupEnv("ENVOY_GATEWAY_NAMESPACE")
if found {
mgr.Infra.Namespace = ns
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: would have preferred if this logic was living in internal/infrastructure/kubernetes

@skriss skriss merged commit e7c530c into envoyproxy:main Aug 26, 2022
@danehans danehans deleted the issue_246 branch September 15, 2022 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Infra Manager Fails to Provision Infrastructure
4 participants