Skip to content

Commit

Permalink
ack-ec2-controller artifacts for version 1.3.4 (#5944)
Browse files Browse the repository at this point in the history
Signed-off-by: ack-bot <[email protected]>
Co-authored-by: ack-bot <[email protected]>
  • Loading branch information
ack-bot and ack-bot authored Feb 12, 2025
1 parent d721a9f commit 952cae9
Show file tree
Hide file tree
Showing 23 changed files with 5,713 additions and 0 deletions.
21 changes: 21 additions & 0 deletions operators/ack-ec2-controller/1.3.4/bundle.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
FROM scratch

# Core bundle labels.
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=ack-ec2-controller
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
LABEL operators.operatorframework.io.bundle.channel.default.v1=alpha
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.28.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=unknown

# Labels for testing.
LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1
LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/

# Copy files to locations specified by labels.
COPY bundle/manifests /manifests/
COPY bundle/metadata /metadata/
COPY bundle/tests/scorecard /tests/scorecard/

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
name: ack-ec2-metrics-service
spec:
ports:
- name: metricsport
port: 8080
protocol: TCP
targetPort: http
selector:
app.kubernetes.io/name: ack-ec2-controller
type: NodePort
status:
loadBalancer: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
creationTimestamp: null
name: ack-ec2-reader
rules:
- apiGroups:
- ec2.services.k8s.aws
resources:
- capacityreservations
- dhcpoptions
- elasticipaddresses
- flowlogs
- instances
- internetgateways
- natgateways
- networkacls
- routetables
- securitygroups
- subnets
- transitgateways
- vpcs
- vpcendpoints
- vpcendpointserviceconfigurations
- vpcpeeringconnections
verbs:
- get
- list
- watch
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
creationTimestamp: null
name: ack-ec2-writer
rules:
- apiGroups:
- ec2.services.k8s.aws
resources:
- capacityreservations
- dhcpoptions
- elasticipaddresses
- flowlogs
- instances
- internetgateways
- natgateways
- networkacls
- routetables
- securitygroups
- subnets
- transitgateways
- vpcs
- vpcendpoints
- vpcendpointserviceconfigurations
- vpcpeeringconnections
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ec2.services.k8s.aws
resources:
- capacityreservations
- dhcpoptions
- elasticipaddresses
- flowlogs
- instances
- internetgateways
- natgateways
- networkacls
- routetables
- securitygroups
- subnets
- transitgateways
- vpcs
- vpcendpoints
- vpcendpointserviceconfigurations
- vpcpeeringconnections
verbs:
- get
- patch
- update
Loading

0 comments on commit 952cae9

Please sign in to comment.