-
Notifications
You must be signed in to change notification settings - Fork 30
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
chore: Make managed-by label value transparent #1894
Conversation
…ative-v2
f6ab94a
to
00fb14a
Compare
dfc5c6a
to
243eaaf
Compare
5819222
to
243eaaf
Compare
243eaaf
to
ec2bd89
Compare
deb330d
to
ec2bd89
Compare
c45c1c2
to
ec2bd89
Compare
d1dc534
to
9820cb9
Compare
9820cb9
to
9c71592
Compare
483e284
to
c0f5beb
Compare
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.
I found the following resources that seem to missing the label:
apiVersion: v1
kind: Service
metadata:
creationTimestamp: "2024-09-30T11:21:49Z"
name: skr-webhook-metrics
namespace: kyma-system
resourceVersion: "594"
uid: 5d8db776-d102-404b-a46e-6fe17bf22f6f
spec:
clusterIP: 10.43.161.169
clusterIPs:
- 10.43.161.169
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- name: http-metrics
port: 2112
protocol: TCP
targetPort: metrics-port
selector:
app: skr-webhook
sessionAffinity: None
type: ClusterIP
status:
loadBalancer: {}
---
apiVersion: v1
kind: Service
metadata:
creationTimestamp: "2024-09-30T11:21:49Z"
name: skr-webhook-metrics
namespace: kyma-system
resourceVersion: "594"
uid: 5d8db776-d102-404b-a46e-6fe17bf22f6f
spec:
clusterIP: 10.43.161.169
clusterIPs:
- 10.43.161.169
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- name: http-metrics
port: 2112
protocol: TCP
targetPort: metrics-port
selector:
app: skr-webhook
sessionAffinity: None
type: ClusterIP
status:
loadBalancer: {}
---
apiVersion: v1
items:
- apiVersion: operator.kyma-project.io/v1alpha1
kind: Sample
metadata:
creationTimestamp: "2024-09-30T11:26:00Z"
finalizers:
- sample.kyma-project.io/finalizer
generation: 1
name: sample-yaml
namespace: kyma-system
resourceVersion: "783"
uid: d90013b9-e90c-4205-85dc-23122a1be6c6
spec:
resourceFilePath: ./module-data/yaml
status:
conditions:
- lastTransitionTime: "2024-09-30T11:26:01Z"
message: installation is ready and resources can be used
observedGeneration: 1
reason: Ready
status: "True"
type: Installation
state: Ready
kind: List
metadata:
resourceVersion: ""
---
apiVersion: v1
kind: ServiceAccount
metadata:
creationTimestamp: "2024-09-30T11:25:58Z"
name: default
namespace: template-operator-system
resourceVersion: "735"
uid: 35585fc0-924a-4f37-85d2-ffc5a7cc288f
---
Do we also have documentation on the label that may need to be changed?
…cle-manager into managedby_label
90eb3a3
to
f9a0eaf
Compare
f9a0eaf
to
d5b8c16
Compare
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.
Ready to approve once the linting error is fixed. Really like the change with the MergeMaps util, nice done!
I think this one also resolves https://github.com/orgs/kyma-project/projects/30/views/13?pane=issue&itemId=78733805 already? |
Description
Changes proposed in this pull request:
Related issue(s)
Resolves #1821