-
Notifications
You must be signed in to change notification settings - Fork 440
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 missing pod in the rbac #2327
add missing pod in the rbac #2327
Conversation
the |
Head branch was pushed to by a user without write access
4456d7e
to
407f4ca
Compare
Yeah give that a shot. There are a few bad files in there for kustomize that you'll need to remove. |
How do I do/fix that? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To fix it manually, you can remove the marked lines. Sorry for that bad user experience 😮💨 (test-output)
bundle/manifests/opentelemetry-operator.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
@@ -31,13 +31,13 @@ metadata: | |||
categories: Logging & Tracing,Monitoring | |||
certified: "false" | |||
containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator | |||
createdAt: "2023-10-31T11:59:58Z" | |||
createdAt: "2023-11-08T21:42:42Z" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
createdAt: "2023-11-08T21:42:42Z" |
@@ -452,7 +453,7 @@ spec: | |||
minKubeVersion: 1.23.0 | |||
provider: | |||
name: OpenTelemetry Community | |||
version: 0.88.0 | |||
version: 0.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version: 0.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also revert this line
config/manager/kustomization.yaml
Outdated
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
images: | ||
- name: controller | ||
newName: ghcr.io/hua/opentelemetry-operator/opentelemetry-operator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
apiVersion: kustomize.config.k8s.io/v1beta1 | |
kind: Kustomization | |
images: | |
- name: controller | |
newName: ghcr.io/hua/opentelemetry-operator/opentelemetry-operator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, also delete this
bundle/manifests/opentelemetry-operator.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
bundle/manifests/opentelemetry-operator.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
bundle/manifests/opentelemetry-operator.clusterserviceversion.yaml
Outdated
Show resolved
Hide resolved
@@ -452,7 +453,7 @@ spec: | |||
minKubeVersion: 1.23.0 | |||
provider: | |||
name: OpenTelemetry Community | |||
version: 0.88.0 | |||
version: 0.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also revert this line
config/manager/kustomization.yaml
Outdated
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
images: | ||
- name: controller | ||
newName: ghcr.io/hua/opentelemetry-operator/opentelemetry-operator |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, also delete this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert the changes referencing hua
docker registry
70fc2d8
to
3fb6372
Compare
Signed-off-by: Husni Alhamdani <[email protected]>
e93ffbb
to
ad53bfe
Compare
Reverted back the bad files, could you please check again? |
config/manager/kustomization.yaml
Outdated
- manager.yaml | ||
- manager.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like an unnecessary change. Otherwise LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
Signed-off-by: Husni Alhamdani <[email protected]>
Signed-off-by: Husni Alhamdani <[email protected]>
Thank you all for the review and approval |
* add missing pod in the RBAC Signed-off-by: Husni Alhamdani <[email protected]> * add missing pod in the rbac Signed-off-by: Husni Alhamdani <[email protected]> * add missing pod in the rbac Signed-off-by: Husni Alhamdani <[email protected]> --------- Signed-off-by: Husni Alhamdani <[email protected]>
Description:
Fixing a bug - add missing Pod resources in the RBAC
Link to tracking Issue: #1679