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
# SUC Plan related to upgrading/migrating the operating system of control-plane nodes | |
apiVersion: upgrade.cattle.io/v1 | |
kind: Plan | |
metadata: | |
name: os-upgrade-demo | |
namespace: cattle-system | |
spec: | |
concurrency: 1 | |
# Override the default SUC set value of 900 with something that will | |
# give the enough time to the control-plane plan to finish |
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
# SUC Plan related to upgrading/migrating the operating system of control-plane nodes | |
apiVersion: upgrade.cattle.io/v1 | |
kind: Plan | |
metadata: | |
name: os-upgrade-demo | |
namespace: cattle-system | |
spec: | |
concurrency: 1 | |
# Override the default SUC set value of 900 with something that will | |
# give the enough time to the control-plane plan to finish |
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: batch/v1 | |
kind: CronJob | |
metadata: | |
name: update-maint-window | |
namespace: fleet-default | |
spec: | |
schedule: "1,16,31,46 * * * *" | |
jobTemplate: | |
spec: | |
template: |
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
kind: Cluster | |
apiVersion: provisioning.cattle.io/v1 | |
metadata: | |
name: mycluster | |
namespace: fleet-default | |
labels: | |
region: West | |
state: OR | |
city: Bend | |
lat: "0.0000" |
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: fleet.cattle.io/v1alpha1 | |
kind: ClusterGroup | |
metadata: | |
name: longhorn-stable | |
namespace: fleet-default | |
spec: | |
selector: | |
matchExpressions: [] | |
matchLabels: | |
longhorn: stable |
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: apps/v1 | |
kind: Deployment | |
metadata: | |
labels: | |
workload.user.cattle.io/workloadselector: apps.deployment-mobilizon-postgis | |
name: postgis | |
spec: | |
replicas: 1 | |
selector: | |
matchLabels: |
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
defaultNamespace: longhorn-system | |
helm: | |
chart: longhorn | |
repo: https://charts.longhorn.io | |
releaseName: longhorn |
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: apps/v1 | |
kind: DaemonSet | |
metadata: | |
name: wallboard | |
namespace: wallboard | |
spec: | |
selector: | |
matchLabels: | |
name: test-wallboard | |
template: |
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: ConfigMap | |
metadata: | |
name: pa-config | |
namespace: wallboard | |
data: | |
client.conf: |+ | |
autospawn = no | |
auto-connect-localhost = yes | |
--- |
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: apps/v1 | |
kind: DaemonSet | |
metadata: | |
name: wallboard | |
namespace: wallboard | |
spec: | |
selector: | |
matchLabels: | |
name: test-wallboard | |
template: |
NewerOlder