-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup to all in applications and a bit more organized. Added rook-c…
…eph to allow dynamic PV generation on demand
- Loading branch information
1 parent
326902d
commit 9b196c1
Showing
62 changed files
with
14,427 additions
and
479 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Namespace | ||
apiVersion: v1 | ||
metadata: | ||
name: spinnaker-operator | ||
labels: | ||
name: spinnaker-operator |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 0 additions & 7 deletions
7
cluster/example-namespaces.yaml → ...web-app/manifests/example-namespaces.yaml
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
28 changes: 1 addition & 27 deletions
28
cluster/monitoring/grafana.yaml → applications/monitoring/grafana.yaml
This file contains 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
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## Rook storage system for distributed clustered storage | ||
|
||
KEY reason for this: Ceph installation and management allowing 3 node cluster to have DYNAMIC PV storage that's managed. | ||
* no more having to manage/create node affinity rules OR PV's for each PVC | ||
* Storage can move amongst nodes so if something is "burning" on a single node or I'm patching it boom it can run on a different node | ||
|
||
|
||
Apply cluster.yaml separately LAST. This will take a WHILE as it basically builds the "pool" of storage for each node | ||
|
||
Then... apply storage.yaml to create a storage pool (default is set) so pods can dynamically provision storage! | ||
|
||
## Cautions | ||
See: https://github.com/ceph/ceph-csi/issues/1067#issuecomment-1040561067 for microk8s - have to tweak for how microk8s runs in snap file system |
Oops, something went wrong.