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 1238979 Details for
Bug 1399022
New Jenkins app is not accessible due to a routing failure caused by TLS certificate being invalid
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.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
deploymentconfig
deploymentconfig (text/plain), 7.99 KB, created by
zhaliu
on 2017-01-10 05:39:15 UTC
(
hide
)
Description:
deploymentconfig
Filename:
MIME Type:
Creator:
zhaliu
Created:
2017-01-10 05:39:15 UTC
Size:
7.99 KB
patch
obsolete
>{ > "kind": "List", > "apiVersion": "v1", > "metadata": {}, > "items": [ > { > "kind": "DeploymentConfig", > "apiVersion": "v1", > "metadata": { > "name": "jenkins", > "namespace": "ggg", > "selfLink": "/oapi/v1/namespaces/ggg/deploymentconfigs/jenkins", > "uid": "1add7ce8-d648-11e6-9925-0a30d6fc46dc", > "resourceVersion": "40062838", > "generation": 2, > "creationTimestamp": "2017-01-09T08:46:25Z", > "labels": { > "app": "jenkins-persistent", > "template": "jenkins-persistent-template" > } > }, > "spec": { > "strategy": { > "type": "Recreate", > "recreateParams": { > "timeoutSeconds": 600 > }, > "resources": {} > }, > "triggers": [ > { > "type": "ImageChange", > "imageChangeParams": { > "automatic": true, > "containerNames": [ > "jenkins" > ], > "from": { > "kind": "ImageStreamTag", > "namespace": "openshift", > "name": "jenkins:latest" > }, > "lastTriggeredImage": "registry.ops.openshift.com/openshift3/jenkins-2-rhel7@sha256:27c8e7dd29e5663d9e11ffb573f49c9c9aaac547d657e3f1f78a5cecfa824544" > } > }, > { > "type": "ConfigChange" > } > ], > "replicas": 1, > "test": false, > "selector": { > "name": "jenkins" > }, > "template": { > "metadata": { > "creationTimestamp": null, > "labels": { > "name": "jenkins" > } > }, > "spec": { > "volumes": [ > { > "name": "jenkins-data", > "persistentVolumeClaim": { > "claimName": "jenkins" > } > } > ], > "containers": [ > { > "name": "jenkins", > "image": "registry.ops.openshift.com/openshift3/jenkins-2-rhel7@sha256:27c8e7dd29e5663d9e11ffb573f49c9c9aaac547d657e3f1f78a5cecfa824544", > "env": [ > { > "name": "OPENSHIFT_ENABLE_OAUTH", > "value": "true" > }, > { > "name": "OPENSHIFT_ENABLE_REDIRECT_PROMPT", > "value": "true" > }, > { > "name": "KUBERNETES_MASTER", > "value": "https://kubernetes.default:443" > }, > { > "name": "KUBERNETES_TRUST_CERTIFICATES", > "value": "true" > }, > { > "name": "JNLP_SERVICE_NAME", > "value": "jenkins-jnlp" > } > ], > "resources": { > "limits": { > "memory": "512Mi" > } > }, > "volumeMounts": [ > { > "name": "jenkins-data", > "mountPath": "/var/lib/jenkins" > } > ], > "livenessProbe": { > "httpGet": { > "path": "/login", > "port": 8080, > "scheme": "HTTP" > }, > "initialDelaySeconds": 120, > "timeoutSeconds": 3, > "periodSeconds": 10, > "successThreshold": 1, > "failureThreshold": 30 > }, > "readinessProbe": { > "httpGet": { > "path": "/login", > "port": 8080, > "scheme": "HTTP" > }, > "initialDelaySeconds": 3, > "timeoutSeconds": 3, > "periodSeconds": 10, > "successThreshold": 1, > "failureThreshold": 3 > }, > "terminationMessagePath": "/dev/termination-log", > "imagePullPolicy": "IfNotPresent", > "securityContext": { > "capabilities": {}, > "privileged": false > } > } > ], > "restartPolicy": "Always", > "terminationGracePeriodSeconds": 30, > "dnsPolicy": "ClusterFirst", > "serviceAccountName": "jenkins", > "serviceAccount": "jenkins", > "securityContext": {} > } > } > }, > "status": { > "latestVersion": 1, > "observedGeneration": 2, > "replicas": 1, > "updatedReplicas": 1, > "availableReplicas": 1, > "details": { > "message": "image change", > "causes": [ > { > "type": "ImageChange", > "imageTrigger": { > "from": { > "kind": "ImageStreamTag", > "namespace": "openshift", > "name": "jenkins:latest" > } > } > } > ] > }, > "conditions": [ > { > "type": "Available", > "status": "True", > "lastTransitionTime": "2017-01-09T08:48:09Z", > "message": "Deployment config has minimum availability." > }, > { > "type": "Progressing", > "status": "True", > "lastTransitionTime": "2017-01-09T08:48:11Z", > "reason": "NewReplicationControllerAvailable", > "message": "Replication controller \"jenkins-1\" has completed progressing" > } > ] > } > } > ] >}
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 1399022
:
1238978
| 1238979 |
1239840
|
1239841