Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1289051 Details for
Bug 1462675
Router is not synchronized
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
dc router
route_deployment.yaml (text/plain), 6.39 KB, created by
Ruben Romero Montes
on 2017-06-19 09:05:53 UTC
(
hide
)
Description:
dc router
Filename:
MIME Type:
Creator:
Ruben Romero Montes
Created:
2017-06-19 09:05:53 UTC
Size:
6.39 KB
patch
obsolete
>apiVersion: v1 >kind: DeploymentConfig >metadata: > name: osclu1-router-intern-80-443 > namespace: default > selfLink: /oapi/v1/namespaces/default/deploymentconfigs/osclu1-router-intern-80-443 > uid: 33b26ff1-1ab2-11e7-b001-005056ab0345 > resourceVersion: '23179374' > generation: 5 > creationTimestamp: '2017-04-06T10:17:13Z' > labels: > router: osclu1-router-intern-80-443 >spec: > strategy: > type: Rolling > rollingParams: > updatePeriodSeconds: 1 > intervalSeconds: 1 > timeoutSeconds: 600 > maxUnavailable: 25% > maxSurge: 0 > resources: {} > activeDeadlineSeconds: 21600 > triggers: > - type: ConfigChange > replicas: 2 > test: false > selector: > router: osclu1-router-intern-80-443 > template: > metadata: > creationTimestamp: null > labels: > router: osclu1-router-intern-80-443 > spec: > volumes: > - name: server-certificate > secret: > secretName: osclu1-router-intern-80-443-certs > defaultMode: 420 > containers: > - name: router > image: 'openshift3/ose-haproxy-router:v3.5.5.5' > ports: > - hostPort: 80 > containerPort: 80 > protocol: TCP > - hostPort: 443 > containerPort: 443 > protocol: TCP > - name: stats > hostPort: 1936 > containerPort: 1936 > protocol: TCP > env: > - name: DEFAULT_CERTIFICATE_DIR > value: /etc/pki/tls/private > - name: ROUTER_EXTERNAL_HOST_HOSTNAME > - name: ROUTER_EXTERNAL_HOST_HTTPS_VSERVER > - name: ROUTER_EXTERNAL_HOST_HTTP_VSERVER > - name: ROUTER_EXTERNAL_HOST_INSECURE > value: 'false' > - name: ROUTER_EXTERNAL_HOST_INTERNAL_ADDRESS > - name: ROUTER_EXTERNAL_HOST_PARTITION_PATH > - name: ROUTER_EXTERNAL_HOST_PASSWORD > - name: ROUTER_EXTERNAL_HOST_PRIVKEY > value: /etc/secret-volume/router.pem > - name: ROUTER_EXTERNAL_HOST_USERNAME > - name: ROUTER_EXTERNAL_HOST_VXLAN_GW_CIDR > - name: ROUTER_SERVICE_HTTPS_PORT > value: '443' > - name: ROUTER_SERVICE_HTTP_PORT > value: '80' > - name: ROUTER_SERVICE_NAME > value: osclu1-router-intern-80-443 > - name: ROUTER_SERVICE_NAMESPACE > value: default > - name: ROUTER_SUBDOMAIN > - name: STATS_PASSWORD > value: xxxxxxxxxx > - name: STATS_PORT > value: '1936' > - name: STATS_USERNAME > value: admin > resources: > requests: > cpu: 100m > memory: 256Mi > volumeMounts: > - name: server-certificate > readOnly: true > mountPath: /etc/pki/tls/private > livenessProbe: > httpGet: > path: /healthz > port: 1936 > host: localhost > scheme: HTTP > initialDelaySeconds: 10 > timeoutSeconds: 1 > periodSeconds: 10 > successThreshold: 1 > failureThreshold: 3 > readinessProbe: > httpGet: > path: /healthz > port: 1936 > host: localhost > scheme: HTTP > initialDelaySeconds: 10 > timeoutSeconds: 1 > periodSeconds: 10 > successThreshold: 1 > failureThreshold: 3 > terminationMessagePath: /dev/termination-log > imagePullPolicy: IfNotPresent > - name: metrics-exporter > image: 'prom/haproxy-exporter:latest' > args: > - >- > -haproxy.scrape-uri=http://$(STATS_USERNAME):$(STATS_PASSWORD)@localhost:$(STATS_PORT)/haproxy?stats;csv > ports: > - name: http > hostPort: 9101 > containerPort: 9101 > protocol: TCP > env: > - name: DEFAULT_CERTIFICATE_DIR > value: /etc/pki/tls/private > - name: ROUTER_EXTERNAL_HOST_HOSTNAME > - name: ROUTER_EXTERNAL_HOST_HTTPS_VSERVER > - name: ROUTER_EXTERNAL_HOST_HTTP_VSERVER > - name: ROUTER_EXTERNAL_HOST_INSECURE > value: 'false' > - name: ROUTER_EXTERNAL_HOST_INTERNAL_ADDRESS > - name: ROUTER_EXTERNAL_HOST_PARTITION_PATH > - name: ROUTER_EXTERNAL_HOST_PASSWORD > - name: ROUTER_EXTERNAL_HOST_PRIVKEY > value: /etc/secret-volume/router.pem > - name: ROUTER_EXTERNAL_HOST_USERNAME > - name: ROUTER_EXTERNAL_HOST_VXLAN_GW_CIDR > - name: ROUTER_SERVICE_HTTPS_PORT > value: '443' > - name: ROUTER_SERVICE_HTTP_PORT > value: '80' > - name: ROUTER_SERVICE_NAME > value: osclu1-router-intern-80-443 > - name: ROUTER_SERVICE_NAMESPACE > value: default > - name: ROUTER_SUBDOMAIN > - name: STATS_PASSWORD > value: xxxxxxxxxx > - name: STATS_PORT > value: '1936' > - name: STATS_USERNAME > value: admin > resources: {} > terminationMessagePath: /dev/termination-log > imagePullPolicy: Always > restartPolicy: Always > terminationGracePeriodSeconds: 30 > dnsPolicy: ClusterFirst > nodeSelector: > infra: 'yes' > location: intern > serviceAccountName: router > serviceAccount: router > hostNetwork: true > securityContext: {} >status: > latestVersion: 3 > observedGeneration: 5 > replicas: 2 > updatedReplicas: 2 > availableReplicas: 2 > unavailableReplicas: 0 > details: > message: config change > causes: > - type: ConfigChange > conditions: > - type: Progressing > status: 'True' > lastUpdateTime: '2017-04-18T13:32:19Z' > lastTransitionTime: '2017-04-18T13:32:16Z' > reason: NewReplicationControllerAvailable > message: >- > replication controller "osclu1-router-intern-80-443-3" successfully > rolled out > - type: Available > status: 'True' > lastUpdateTime: '2017-04-27T11:49:47Z' > lastTransitionTime: '2017-04-27T11:49:47Z' > message: Deployment config has minimum availability. > readyReplicas: 2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1462675
: 1289051