1
0
Fork 0

cluster/kube: remove ceph diff against k0 production

This now has a zero diff against prod.

location fields in CephCluster.storage.nodes seem to have been removed
from the CRD at some point. Not sure how the CRUSH tree now gets
populated, but whatever, it's been working like this for a while
already. Same for CephObjectStore.gateway.type.

The Rook Operator has been zero-scaled for a while now due to b/6.

Change-Id: I30a836f273f4c1529f60fa9297c96b7aac412f59
master
q3k 2021-09-11 12:22:53 +00:00
parent 59c8149df4
commit 4f0468fa26
3 changed files with 1 additions and 4 deletions

View File

@ -212,7 +212,7 @@ local pki = import "lib/pki.libsonnet";
rook: rook.Operator {
operator+: {
spec+: {
replicas: 1,
replicas: 0,
},
},
},

View File

@ -121,7 +121,6 @@ local rook = import "lib/rook.libsonnet";
nodes: [
{
name: "dcr01s22.hswaw.net",
location: "rack=dcr01 host=dcr01s22",
devices: [
// https://github.com/rook/rook/issues/1228
//{ name: "disk/by-id/wwan-0x" + wwan }
@ -139,7 +138,6 @@ local rook = import "lib/rook.libsonnet";
},
{
name: "dcr01s24.hswaw.net",
location: "rack=dcr01 host=dcr01s22",
devices: [
// https://github.com/rook/rook/issues/1228
//{ name: "disk/by-id/wwan-0x" + wwan }

View File

@ -1219,7 +1219,6 @@ local oa = kube.OpenAPI;
metadata+: cluster.metadata,
spec: store.spec {
gateway: {
type: "s3",
port: 80,
instances: 1,
allNodes: false,