Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created April 19, 2018 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcrossley3/217736a5166c917132fc15aec94e8213 to your computer and use it in GitHub Desktop.
Save jcrossley3/217736a5166c917132fc15aec94e8213 to your computer and use it in GitHub Desktop.
[jim@localhost openwhisk-openshift]$ diff /tmp/ms-3.7.2.txt /tmp/ms-3.9.0.txt
9,34d8
< openshift.io/ImagePolicy:
< configuration:
< apiVersion: v1
< executionRules:
< - ignoreNamespaceOverride: false
< invertMatch: false
< matchDockerImageLabels: null
< matchImageAnnotations:
< - key: images.openshift.io/deny-execution
< set: false
< value: "true"
< matchImageLabels: null
< matchIntegratedRegistry: false
< matchRegistries: null
< name: execution-denied
< onResources:
< - group: ""
< resource: pods
< - group: ""
< resource: builds
< reject: true
< skipOnResolutionFailure: true
< kind: ImagePolicyConfig
< resolutionRules: null
< resolveImages: ""
< location: ""
42,61d15
< assetConfig:
< extensionDevelopment: false
< extensionProperties: null
< extensionScripts: null
< extensionStylesheets: null
< extensions: null
< loggingPublicURL: ""
< logoutURL: ""
< masterPublicURL: https://192.168.42.150:8443
< metricsPublicURL: ""
< publicURL: https://192.168.42.150:8443/console/
< servingInfo:
< bindAddress: 0.0.0.0:8443
< bindNetwork: tcp4
< certFile: master.server.crt
< clientCA: ""
< keyFile: master.server.key
< maxRequestsInFlight: 0
< namedCertificates: null
< requestTimeoutSeconds: 0
84a39,40
> controllers:
> - '*'
94c50
< - //192\.168\.42\.150:8443$
---
> - //192\.168\.42\.104:8443$
131c87
< format: openshift/origin-${component}:v3.7.2
---
> format: openshift/origin-${component}:v3.9.0
139a96,97
> - domainName: registry.centos.org
> - domainName: registry.redhat.io
195c153
< masterPublicURL: https://192.168.42.150:8443
---
> masterPublicURL: https://192.168.42.104:8443
208c166
< assetPublicURL: https://192.168.42.150:8443/console/
---
> assetPublicURL: https://192.168.42.104:8443/console/
221c179
< masterPublicURL: https://192.168.42.150:8443
---
> masterPublicURL: https://192.168.42.104:8443
249c207
< subdomain: 192.168.42.150.nip.io
---
> subdomain: 192.168.42.104.nip.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment