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

Add istio-system namespace to module manifest #1076

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

videlov
Copy link
Collaborator

@videlov videlov commented Oct 16, 2024

Description

Changes proposed in this pull request:

  • Add istio-system namespace to module manifest

Pre-Merge Checklist

  • As a PR reviewer, verify code coverage and evaluate if it is acceptable.

Related issues

#997

@kyma-bot kyma-bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cla: yes Indicates the PR's author has signed the CLA. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Oct 16, 2024
@videlov videlov changed the title Add istio system to module manifest Add istio-system namespace to module manifest Oct 16, 2024
@videlov videlov marked this pull request as ready for review October 16, 2024 13:22
@videlov videlov requested a review from a team as a code owner October 16, 2024 13:22
@kyma-bot kyma-bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Oct 16, 2024
@videlov videlov requested a review from a team as a code owner October 16, 2024 13:57
@kyma-bot kyma-bot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Oct 16, 2024
@videlov
Copy link
Collaborator Author

videlov commented Oct 16, 2024

For the review, unfortunately additional namespace can not be applied with kustomize so we have to rely on bash application:
https://kubectl.docs.kubernetes.io/references/kustomize/kustomization/namespace/

@@ -1,2 +1,3 @@
## New Features
- Remove Istio version `v1alpha1` from the CRD [#1062](https://github.com/kyma-project/istio/pull/1062)
- We create `istio-system` namespace as part of Module manifest[#1076](https://github.com/kyma-project/istio/pull/1076) following decision for [namespace labeling](https://github.com/kyma-project/community/issues/922)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
- We create `istio-system` namespace as part of Module manifest[#1076](https://github.com/kyma-project/istio/pull/1076) following decision for [namespace labeling](https://github.com/kyma-project/community/issues/922)
- We create `istio-system` namespace as part of Module manifest [#1076](https://github.com/kyma-project/istio/pull/1076) following decision for [namespace labeling](https://github.com/kyma-project/community/issues/922)

@@ -1,2 +1,3 @@
## New Features
- Remove Istio version `v1alpha1` from the CRD [#1062](https://github.com/kyma-project/istio/pull/1062)
- We create `istio-system` namespace as part of Module manifest[#1076](https://github.com/kyma-project/istio/pull/1076) following decision for [namespace labeling](https://github.com/kyma-project/community/issues/922)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
- We create `istio-system` namespace as part of Module manifest[#1076](https://github.com/kyma-project/istio/pull/1076) following decision for [namespace labeling](https://github.com/kyma-project/community/issues/922)
- Now, the `istio-system` namespace is created as part of the module's manifest ([#1076](https://github.com/kyma-project/istio/pull/1076)). See the following [decision for namespace labeling](https://github.com/kyma-project/community/issues/922).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indicates the PR's author has signed the CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants