-
Notifications
You must be signed in to change notification settings - Fork 1
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
Upgrade from kubebuilder v4.0.0 to v4.1.0 #340
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff
config/default/apps_v1_deployment_google-cloud-pubsub-operator-controller-manager.yaml--- a/tmp/kustomize-action-XXXXXX2BtOhw/config/default/apps_v1_deployment_google-cloud-pubsub-operator-controller-manager.yaml
+++ b/tmp/kustomize-action-XXXXXXvyz6Bt/config/default/apps_v1_deployment_google-cloud-pubsub-operator-controller-manager.yaml
@@ -21,6 +21,7 @@ spec:
spec:
containers:
- args:
+ - --metrics-bind-address=:8443
- --leader-elect
- --health-probe-bind-address=:8081
command: config/default/rbac.authorization.k8s.io_v1_clusterrole_google-cloud-pubsub-operator-metrics-auth-role.yaml--- /dev/null
+++ b/tmp/kustomize-action-XXXXXXvyz6Bt/config/default/rbac.authorization.k8s.io_v1_clusterrole_google-cloud-pubsub-operator-metrics-auth-role.yaml
@@ -0,0 +1,17 @@
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRole
+metadata:
+ name: google-cloud-pubsub-operator-metrics-auth-role
+rules:
+- apiGroups:
+ - authentication.k8s.io
+ resources:
+ - tokenreviews
+ verbs:
+ - create
+- apiGroups:
+ - authorization.k8s.io
+ resources:
+ - subjectaccessreviews
+ verbs:
+ - create config/default/rbac.authorization.k8s.io_v1_clusterrole_google-cloud-pubsub-operator-metrics-reader.yaml--- /dev/null
+++ b/tmp/kustomize-action-XXXXXXvyz6Bt/config/default/rbac.authorization.k8s.io_v1_clusterrole_google-cloud-pubsub-operator-metrics-reader.yaml
@@ -0,0 +1,9 @@
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRole
+metadata:
+ name: google-cloud-pubsub-operator-metrics-reader
+rules:
+- nonResourceURLs:
+ - /metrics
+ verbs:
+ - get config/default/rbac.authorization.k8s.io_v1_clusterrolebinding_google-cloud-pubsub-operator-metrics-auth-rolebinding.yaml--- /dev/null
+++ b/tmp/kustomize-action-XXXXXXvyz6Bt/config/default/rbac.authorization.k8s.io_v1_clusterrolebinding_google-cloud-pubsub-operator-metrics-auth-rolebinding.yaml
@@ -0,0 +1,12 @@
+apiVersion: rbac.authorization.k8s.io/v1
+kind: ClusterRoleBinding
+metadata:
+ name: google-cloud-pubsub-operator-metrics-auth-rolebinding
+roleRef:
+ apiGroup: rbac.authorization.k8s.io
+ kind: ClusterRole
+ name: google-cloud-pubsub-operator-metrics-auth-role
+subjects:
+- kind: ServiceAccount
+ name: google-cloud-pubsub-operator-controller-manager
+ namespace: google-cloud-pubsub-operator-system config/default/v1_service_google-cloud-pubsub-operator-controller-manager-metrics-service.yaml--- /dev/null
+++ b/tmp/kustomize-action-XXXXXXvyz6Bt/config/default/v1_service_google-cloud-pubsub-operator-controller-manager-metrics-service.yaml
@@ -0,0 +1,17 @@
+apiVersion: v1
+kind: Service
+metadata:
+ labels:
+ app.kubernetes.io/managed-by: kustomize
+ app.kubernetes.io/name: google-cloud-pubsub-operator
+ control-plane: controller-manager
+ name: google-cloud-pubsub-operator-controller-manager-metrics-service
+ namespace: google-cloud-pubsub-operator-system
+spec:
+ ports:
+ - name: https
+ port: 8443
+ protocol: TCP
+ targetPort: 8443
+ selector:
+ control-plane: controller-manager
|
int128
force-pushed
the
upgrade-kubebuilder-v4.1.0
branch
from
November 4, 2024 09:23
cb46465
to
f10c636
Compare
Recreated a merge commit from 7be8935 by GitHub Actions https://github.com/quipper/google-cloud-pubsub-operator/actions/runs/11661376333
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pick int128/kubebuilder-updates@6c8c9e3