You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spinnaker-kustomize-patches-master# cat kustomization.yaml
#-------------------------------------------------------------------------------
# Minimum Starting Point Recipe for Spinnaker OSS.
#
# Self-contained Spinnaker installation with no external dependencies and no
# additional configuration needed. This is intended as a starting point for any
# kubernetes cluster. Not for production use.
#
# Features:
# - One Kubernetes account
# - Self hosted minio as a persistent storage
#-------------------------------------------------------------------------------
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: spinnaker
components:
- core/base # Defines base configuration across the cluster
- core/persistence/in-cluster # Enables persistence using MinIO in-cluster
- targets/kubernetes/default
patchesStrategicMerge:
- core/patches/oss-version.yml # Sets the OSS version to use
- expose/patch-lb.yml
# This patch ensures that the correct OSS apiVersion is used.
patches:
- target:
kind: SpinnakerService
path: utilities/switch-to-oss.yml
spinnaker operator version: v1.4.0
kubernetes version: v1.27.6
spinnaker version: 1.30.4
Kustomization file
pods status
why there so many spin-echo replicaset
The text was updated successfully, but these errors were encountered: