Skip to content

Commit 9e1e135

Browse files
authored
Remove kubesaw manifests (#8035)
* sandbox: remove manifests The manifests for sandbox don't render to anything besides namespaces, and checking the live clusters indicates no resources of importance to preserve in these namespaces. We can safely remove these from all clusters. Part-of: KFLUXINFRA-2112 Signed-off-by: Andy Sadler <[email protected]> * monitoring: remove sandbox's service monitors Kubesaw has been removed from all relevant clusters, so these servicemonitors won't be fetching any metrics. Delete them from our manifests. Part-of: KFLUXINFRA-2112 Signed-off-by: Andy Sadler <[email protected]> * monitoring: remove kubesaw exclusions These namespaces don't exist anymore - remove their exclusions. Part-of: KFLUXINFRA-2112 Signed-off-by: Andy Sadler <[email protected]> * docs: remove sandbox references Sandbox has been removed from the clusters, and will not be supported as a namespace provisioning method going forward. Remove their documentation to prevent confusion going forward. Part-of: KFLUXINFRA-2112 Signed-off-by: Andy Sadler <[email protected]> * rbac: remove spacerequests from pipelines runner role The CRDs for these resources will not exist anymore, so these permissions won't do anything. Signed-off-by: Andy Sadler <[email protected]> --------- Signed-off-by: Andy Sadler <[email protected]>
1 parent 3449b63 commit 9e1e135

File tree

908 files changed

+0
-95296
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

908 files changed

+0
-95296
lines changed

argo-cd-apps/base/all-clusters/infra-deployments/kubesaw-common/kubesaw-common.yaml

Lines changed: 0 additions & 41 deletions
This file was deleted.

argo-cd-apps/base/all-clusters/infra-deployments/kubesaw-common/kustomization.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

argo-cd-apps/base/all-clusters/infra-deployments/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ resources:
1111
- disable-csvcopy-for-all-cluster
1212
- disable-self-provisioning-for-all-cluster
1313
- enable-dvo-for-all-cluster
14-
- kubesaw-common
1514
- cost-management
1615
- kubelet-config
1716
components:

argo-cd-apps/base/host/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- sprayproxy
5-
- toolchain-host-operator
65
- ingresscontroller
76
- smee
87
components:

argo-cd-apps/base/host/toolchain-host-operator/kustomization.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

argo-cd-apps/base/host/toolchain-host-operator/toolchain-host-operator.yaml

Lines changed: 0 additions & 53 deletions
This file was deleted.

argo-cd-apps/base/toolchain-member/kustomization.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

argo-cd-apps/base/toolchain-member/toolchain-member-operator.yaml

Lines changed: 0 additions & 68 deletions
This file was deleted.

argo-cd-apps/overlays/development/delete-applications.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -49,24 +49,6 @@ $patch: delete
4949
---
5050
apiVersion: argoproj.io/v1alpha1
5151
kind: ApplicationSet
52-
metadata:
53-
name: toolchain-host-operator
54-
$patch: delete
55-
---
56-
apiVersion: argoproj.io/v1alpha1
57-
kind: ApplicationSet
58-
metadata:
59-
name: toolchain-member-operator
60-
$patch: delete
61-
---
62-
apiVersion: argoproj.io/v1alpha1
63-
kind: ApplicationSet
64-
metadata:
65-
name: kubesaw-common
66-
$patch: delete
67-
---
68-
apiVersion: argoproj.io/v1alpha1
69-
kind: ApplicationSet
7052
metadata:
7153
name: keycloak
7254
$patch: delete

argo-cd-apps/overlays/development/kustomization.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ resources:
1010
- ../../base/repository-validator
1111
- ../../base/keycloak
1212
- ../../base/eaas
13-
- ../../base/toolchain-member
1413

1514
patchesStrategicMerge:
1615
- delete-applications.yaml
@@ -61,16 +60,6 @@ patches:
6160
kind: ApplicationSet
6261
version: v1alpha1
6362
name: monitoring-workload-grafana
64-
- path: development-overlay-patch.yaml
65-
target:
66-
kind: ApplicationSet
67-
version: v1alpha1
68-
name: toolchain-host-operator
69-
- path: development-overlay-patch.yaml
70-
target:
71-
kind: ApplicationSet
72-
version: v1alpha1
73-
name: toolchain-member-operator
7463
- path: development-overlay-patch.yaml
7564
target:
7665
kind: ApplicationSet

0 commit comments

Comments
 (0)