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: PersistentVolume | |
| metadata: | |
| name: pv004 | |
| spec: | |
| capacity: | |
| storage: 1Gi | |
| volumeMode: Filesystem | |
| accessModes: | |
| - ReadWriteOnce |
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: PersistentVolume | |
| metadata: | |
| name: pv003 | |
| spec: | |
| capacity: | |
| storage: 1Gi | |
| volumeMode: Filesystem | |
| accessModes: | |
| - ReadWriteOnce |
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: PersistentVolume | |
| metadata: | |
| name: pv002 | |
| spec: | |
| capacity: | |
| storage: 1Gi | |
| volumeMode: Filesystem | |
| accessModes: | |
| - ReadWriteOnce |
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: PersistentVolume | |
| metadata: | |
| name: pv001 | |
| spec: | |
| capacity: | |
| storage: 1Gi | |
| volumeMode: Filesystem | |
| accessModes: | |
| - ReadWriteOnce |
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: operators.coreos.com/v1alpha1 | |
| kind: ClusterServiceVersion | |
| metadata: | |
| annotations: | |
| alm-examples: "[\n {\n \"apiVersion\": \"maistra.io/v1\",\n \"kind\": \"ServiceMeshControlPlane\",\n | |
| \ \"metadata\": {\n \"name\": \"basic-install\",\n \"namespace\": | |
| \"control-plane-namespace\"\n },\n \"spec\": {\n \"version\": \"v1.1\",\n | |
| \ \"istio\": {\n \"gateways\": {\n \"istio-egressgateway\": | |
| {\n \"autoscaleEnabled\": false\n },\n \"istio-ingressgateway\": | |
| {\n \"autoscaleEnabled\": false,\n \"ior_enabled\": false\n |
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
| package v1alpha1 | |
| import ( | |
| metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" | |
| ) | |
| // EDIT THIS FILE! THIS IS SCAFFOLDING FOR YOU TO OWN! | |
| // NOTE: json tags are required. Any new fields you add must have json tags for the fields to be serialized. | |
| // PodSetSpec defines the desired state of PodSet |
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 patch cockroachdb example --type='json' -p '[{"op": "replace", "path": "/spec/statefulset/replicas", "value":3}]' |
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: charts.helm.k8s.io/v1alpha1 | |
| kind: Cockroachdb | |
| metadata: | |
| name: example | |
| spec: | |
| statefulset: | |
| replicas: 1 | |
| storage: | |
| persistentVolume: | |
| size: 1Gi |
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: machineconfiguration.openshift.io/v1 | |
| kind: MachineConfig | |
| metadata: | |
| labels: | |
| machineconfiguration.openshift.io/role: worker | |
| name: 02-worker-kubelet | |
| spec: | |
| config: | |
| ignition: | |
| version: 2.2.0 |
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: machineconfiguration.openshift.io/v1 | |
| kind: MachineConfig | |
| metadata: | |
| labels: | |
| machineconfiguration.openshift.io/role: master | |
| name: 02-master-kubelet | |
| spec: | |
| config: | |
| ignition: | |
| version: 2.2.0 |
NewerOlder