This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -euo pipefail | |
name="$(find ~/tmp -name mmasters\* | | |
awk '{ match($0,"([0-9]+)$",arr); if (arr[1] > n) { n = arr[1] } } | |
END { print "mmasters" strtonum(n+1) }')" | |
mkdir ~/tmp/"$name" | |
cd ~/tmp/"$name" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[OSEv3:children] | |
masters | |
nodes | |
etcd | |
[OSEv3:vars] | |
ansible_ssh_user=centos | |
ansible_become=yes | |
openshift_enable_service_catalog=false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/manifests/00-custom-resource-definition.yaml b/manifests/00-custom-resource-definition.yaml | |
index f049c627..56c5e0fa 100644 | |
--- a/manifests/00-custom-resource-definition.yaml | |
+++ b/manifests/00-custom-resource-definition.yaml | |
@@ -435,9 +435,30 @@ spec: | |
controller endpoints to other networks, enable load balancer integrations, | |
etc. \n If unset, the default is based on infrastructure.config.openshift.io/cluster | |
.status.platform: \n AWS: LoadBalancerService Azure: LoadBalancerService | |
- \ Libvirt: HostNetwork \n Any other platform types (including None) | |
- default to HostNetwork. \n endpointPublishingStrategy cannot be updated." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% oc -n openshift-ingress-operator logs deploy/ingress-operator -f --tail=0 | |
2019-06-19T15:32:04.820Z INFO operator.controller controller/controller.go:78 queueing ingress {"name": "default", "related": "/apis/apps/v1/namespaces/openshift-ingress/deployments/router-default"} | |
2019-06-19T15:32:04.821Z INFO operator.controller controller/controller.go:78 queueing ingress {"name": "default", "related": "/apis/apps/v1/namespaces/openshift-ingress/deployments/router-default"} | |
2019-06-19T15:32:04.821Z INFO operator.controller controller/controller.go:119 reconciling {"request": "openshift-ingress-operator/default"} | |
2019-06-19T15:32:04.837Z INFO operator.controller controller/controller.go:78 queueing ingress {"name": "default", "related": "/apis/apps/v1/namespaces/openshift-ingress/deployments/router-default"} | |
2019-06-19T15:32:04.838Z INFO operator.controller controller/controller.go:78 queueing ingress |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: apiextensions.k8s.io/v1beta1 | |
kind: CustomResourceDefinition | |
metadata: | |
creationTimestamp: null | |
name: ingresscontrollers.operator.openshift.io | |
spec: | |
group: operator.openshift.io | |
names: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: apiextensions.k8s.io/v1beta1 | |
kind: CustomResourceDefinition | |
metadata: | |
creationTimestamp: null | |
name: ingresscontrollers.operator.openshift.io | |
spec: | |
group: operator.openshift.io | |
names: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: apiextensions.k8s.io/v1beta1 | |
kind: CustomResourceDefinition | |
metadata: | |
creationTimestamp: null | |
name: ingresscontrollers.operator.openshift.io | |
spec: | |
group: operator.openshift.io | |
names: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: apiextensions.k8s.io/v1beta1 | |
kind: CustomResourceDefinition | |
metadata: | |
creationTimestamp: null | |
name: ingresscontrollers.operator.openshift.io | |
spec: | |
group: operator.openshift.io | |
names: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: apiextensions.k8s.io/v1beta1 | |
kind: CustomResourceDefinition | |
metadata: | |
creationTimestamp: null | |
name: dnsrecords.ingress.operator.openshift.io | |
spec: | |
group: ingress.operator.openshift.io | |
names: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: apiextensions.k8s.io/v1beta1 | |
kind: CustomResourceDefinition | |
metadata: | |
creationTimestamp: null | |
name: ingresscontrollers.operator.openshift.io | |
spec: | |
group: operator.openshift.io | |
names: |