oc get dc/zync -n 3scale -o json | jq '.spec.triggers[] | select(.type == "ImageChange") | .imageChangeParams.from.name'
"amp-zync:latest"
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
PLAY [master] ****************************************************************** | |
TASK [include_role : openshift] ************************************************ | |
TASK [openshift : Retrieve master configurations] ****************************** | |
ok: [master1.wat33-eace.internal] | |
TASK [openshift : add_host] **************************************************** | |
changed: [master1.wat33-eace.internal] |
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
PLAY [master] ****************************************************************** | |
TASK [include_role : openshift] ************************************************ | |
TASK [openshift : Retrieve master configurations] ****************************** | |
ok: [master1.wat33-eace.internal] | |
TASK [openshift : add_host] **************************************************** | |
changed: [master1.wat33-eace.internal] |
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: enmasse.io/v1beta1 | |
kind: AddressSpace | |
metadata: | |
name: myspace | |
spec: | |
type: standard | |
plan: standard-unlimited | |
authenticationService: | |
name: standard-authservice | |
endpoints: |
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: v1 | |
kind: Template | |
metadata: | |
name: msb | |
objects: | |
- kind: ClusterRole | |
apiVersion: rbac.authorization.k8s.io/v1beta1 | |
metadata: | |
name: managed-service-role-for-syndesis-operator | |
rules: |
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
{ | |
"annotations": { | |
"list": [ | |
{ | |
"builtIn": 1, | |
"datasource": "-- Grafana --", | |
"enable": true, | |
"hide": true, | |
"iconColor": "rgba(0, 211, 255, 1)", | |
"name": "Annotations & Alerts", |
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
{ | |
"__inputs": [ | |
{ | |
"name": "DS_PROMETHEUS", | |
"label": "Prometheus", | |
"description": "", | |
"type": "datasource", | |
"pluginId": "prometheus", | |
"pluginName": "Prometheus" | |
} |
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: applicationmonitoring.integreatly.org/v1alpha1 | |
kind: ApplicationMonitoring | |
metadata: | |
name: example-applicationmonitoring | |
spec: | |
labelSelector: "middleware" | |
additionalScrapeConfigSecretName: "integreatly-additional-scrape-configs" | |
additionalScrapeConfigSecretKey: "integreatly-additional.yaml" | |
blackboxTargets: | |
- service: example |
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 file1.yaml file2.yaml | |
98,100c98 | |
< value: serverData | |
< - name: HOME | |
< value: /var/run/artemis/split-1/ | |
--- | |
> value: broker | |
104c102 | |
< - /opt/apache-artemis/custom/bin/launch-broker.sh | |
--- |
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
{"level":"info","ts":1557312135.8056436,"logger":"controller_applicationmonitoring","caller":"applicationmonitoring/applicationmonitoring_controller.go:143","msg":"Phase: Install PrometheusOperator"} | |
{"level":"info","ts":1557312135.8089004,"logger":"controller_applicationmonitoring","caller":"applicationmonitoring/applicationmonitoring_controller.go:147","msg":"Error in InstallPrometheusOperator, resourceName=prometheus-operator-service-account : err=error creating resource: serviceaccounts \"prometheus-operator\" is forbidden: cannot set blockOwnerDeletion in this case because cannot find RESTMapping for APIVersion applicationmonitoring.integreatly.org/v1alpha1 Kind ApplicationMonitoring: no matches for kind \"ApplicationMonitoring\" in version \"applicationmonitoring.integreatly.org/v1alpha1\""} | |
{"level":"error","ts":1557312135.8090248,"logger":"kubebuilder.controller","caller":"controller/controller.go:209","msg":"Reconciler error","Controller":"applicationmonitoring-controller","Request":"application-moni |