Skip to content

Commit

Permalink
Regenerate manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ksamoray committed Mar 22, 2020
1 parent 78446a4 commit a2fc0fd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
15 changes: 7 additions & 8 deletions build/yamls/antrea-ipsec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ subjects:
---
apiVersion: v1
data:
antrea-agent.conf: |
antrea-agent.conf: |-
# Name of the OpenVSwitch bridge antrea-agent will create and use.
# Make sure it doesn't conflict with your existing OpenVSwitch bridges.
#ovsBridge: br-int
Expand Down Expand Up @@ -299,7 +299,7 @@ data:
"type": "host-local"
}
}
antrea-controller.conf: |
antrea-controller.conf: |-
# Enable metrics exposure via Prometheus. Initializes Prometheus metrics listener.
#enablePrometheusMetrics: false
Expand All @@ -313,7 +313,7 @@ metadata:
annotations: {}
labels:
app: antrea
name: antrea-config-gb44hgb5c9
name: antrea-config-ffmk8fd5g4
namespace: kube-system
---
apiVersion: v1
Expand All @@ -330,8 +330,8 @@ kind: Service
metadata:
annotations:
prometheus.io/port: "443"
prometheus.io/scheme: https
prometheus.io/scrape: "true"
prometheus.io/scheme: "https"
labels:
app: antrea
name: antrea
Expand Down Expand Up @@ -391,7 +391,6 @@ spec:
name: antrea-controller
ports:
- containerPort: 443
name: https
protocol: TCP
readinessProbe:
failureThreshold: 5
Expand Down Expand Up @@ -420,7 +419,7 @@ spec:
key: node-role.kubernetes.io/master
volumes:
- configMap:
name: antrea-config-gb44hgb5c9
name: antrea-config-ffmk8fd5g4
name: antrea-config
---
apiVersion: apiregistration.k8s.io/v1
Expand Down Expand Up @@ -456,8 +455,8 @@ spec:
metadata:
annotations:
prometheus.io/port: "10443"
prometheus.io/scheme: https
prometheus.io/scrape: "true"
prometheus.io/scheme: "https"
labels:
app: antrea
component: antrea-agent
Expand Down Expand Up @@ -624,7 +623,7 @@ spec:
operator: Exists
volumes:
- configMap:
name: antrea-config-gb44hgb5c9
name: antrea-config-ffmk8fd5g4
name: antrea-config
- hostPath:
path: /etc/cni/net.d
Expand Down
15 changes: 7 additions & 8 deletions build/yamls/antrea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ subjects:
---
apiVersion: v1
data:
antrea-agent.conf: |
antrea-agent.conf: |-
# Name of the OpenVSwitch bridge antrea-agent will create and use.
# Make sure it doesn't conflict with your existing OpenVSwitch bridges.
#ovsBridge: br-int
Expand Down Expand Up @@ -299,7 +299,7 @@ data:
"type": "host-local"
}
}
antrea-controller.conf: |
antrea-controller.conf: |-
# Enable metrics exposure via Prometheus. Initializes Prometheus metrics listener.
#enablePrometheusMetrics: false
Expand All @@ -313,16 +313,16 @@ metadata:
annotations: {}
labels:
app: antrea
name: antrea-config-d9ffttg984
name: antrea-config-k49g4578m4
namespace: kube-system
---
apiVersion: v1
kind: Service
metadata:
annotations:
prometheus.io/port: "443"
prometheus.io/scheme: https
prometheus.io/scrape: "true"
prometheus.io/scheme: "https"
labels:
app: antrea
name: antrea
Expand Down Expand Up @@ -382,7 +382,6 @@ spec:
name: antrea-controller
ports:
- containerPort: 443
name: https
protocol: TCP
readinessProbe:
failureThreshold: 5
Expand Down Expand Up @@ -411,7 +410,7 @@ spec:
key: node-role.kubernetes.io/master
volumes:
- configMap:
name: antrea-config-d9ffttg984
name: antrea-config-k49g4578m4
name: antrea-config
---
apiVersion: apiregistration.k8s.io/v1
Expand Down Expand Up @@ -447,8 +446,8 @@ spec:
metadata:
annotations:
prometheus.io/port: "10443"
prometheus.io/scheme: https
prometheus.io/scrape: "true"
prometheus.io/scheme: "https"
labels:
app: antrea
component: antrea-agent
Expand Down Expand Up @@ -583,7 +582,7 @@ spec:
operator: Exists
volumes:
- configMap:
name: antrea-config-d9ffttg984
name: antrea-config-k49g4578m4
name: antrea-config
- hostPath:
path: /etc/cni/net.d
Expand Down

0 comments on commit a2fc0fd

Please sign in to comment.