在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):armory/minnaker开源软件地址(OpenSource Url):https://github.com/armory/minnaker开源编程语言(OpenSource Language):Shell 99.8%开源软件介绍(OpenSource Introduction):Spinnaker All-In-One (Minnaker) Quick StartMinnaker is a simple way to install Spinnaker inside a VM. BackgroundMinnaker performs the following actions when run on a single Linux instance:
RequirementsTo use Minnaker, make sure your Linux instance meets the following requirements:
Changelog
Installation
Accessing Spinnaker
Changing Your Spinnaker Configuration
** PRO TIP: Use VS Code - Remote SSH extension to interact with your minnaker instance, and manage and edit multiple files **
Next StepsAfter you finish your installation of Minnaker, go through our AWS QuickStart to learn how to deploy applications to AWS with Spinnaker. Alternatively, take a look at the available Minnaker guides. To learn more about the Spinnaker Operator check out the docs here: https://docs.armory.io/docs/installation/operator/ Also check out the Details
TroubleshootingUnder the hood, Minnaker just wraps Spinnaker Operator, so it still runs all the components of Spinnaker as Kubernetes pods in the For example, to see all the components of Minnaker: $ kubectl -n spinnaker get all -o wide
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
pod/minio-0 1/1 Running 0 2d11h 10.42.0.11 ip-172-31-19-10 <none> <none>
pod/mariadb-0 1/1 Running 0 2d11h 10.42.0.12 ip-172-31-19-10 <none> <none>
pod/spin-redis-57966d86df-qfn9m 1/1 Running 0 2d11h 10.42.0.16 ip-172-31-19-10 <none> <none>
pod/spin-deck-778577cb65-7m6mw 1/1 Running 0 2d11h 10.42.0.13 ip-172-31-19-10 <none> <none>
pod/spin-gate-75c99f6b9d-fcgth 1/1 Running 0 2d11h 10.42.0.14 ip-172-31-19-10 <none> <none>
pod/spin-rosco-86b4b4d6b5-h4vgf 1/1 Running 0 2d11h 10.42.0.20 ip-172-31-19-10 <none> <none>
pod/spin-orca-84dd94c7f9-ch2t5 1/1 Running 0 2d11h 10.42.0.18 ip-172-31-19-10 <none> <none>
pod/spin-clouddriver-564d98585-p9m76 1/1 Running 0 2d11h 10.42.0.17 ip-172-31-19-10 <none> <none>
pod/spin-front50-955856785-tr8pw 1/1 Running 0 2d11h 10.42.0.19 ip-172-31-19-10 <none> <none>
pod/spin-echo-5b5dc87b4c-ldv97 1/1 Running 0 2d11h 10.42.0.15 ip-172-31-19-10 <none> <none>
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR
service/mariadb ClusterIP 10.43.69.47 <none> 3306/TCP 2d11h app=mariadb
service/minio ClusterIP 10.43.44.26 <none> 9000/TCP 2d11h app=minio
service/spin-deck ClusterIP 10.43.68.156 <none> 9000/TCP 2d11h app=spin,cluster=spin-deck
service/spin-gate ClusterIP 10.43.230.74 <none> 8084/TCP 2d11h app=spin,cluster=spin-gate
service/spin-redis ClusterIP 10.43.102.9 <none> 6379/TCP 2d11h app=spin,cluster=spin-redis
service/spin-echo ClusterIP 10.43.147.178 <none> 8089/TCP 2d11h app=spin,cluster=spin-echo
service/spin-orca ClusterIP 10.43.27.1 <none> 8083/TCP 2d11h app=spin,cluster=spin-orca
service/spin-clouddriver ClusterIP 10.43.181.214 <none> 7002/TCP 2d11h app=spin,cluster=spin-clouddriver
service/spin-rosco ClusterIP 10.43.187.43 <none> 8087/TCP 2d11h app=spin,cluster=spin-rosco
service/spin-front50 ClusterIP 10.43.121.22 <none> 8080/TCP 2d11h app=spin,cluster=spin-front50
NAME READY UP-TO-DATE AVAILABLE AGE CONTAINERS IMAGES SELECTOR
deployment.apps/spin-redis 1/1 1 1 2d11h redis gcr.io/kubernetes-spinnaker/redis-cluster:v2 app=spin,cluster=spin-redis
deployment.apps/spin-deck 1/1 1 1 2d11h deck docker.io/armory/deck:2.14.0-5f306f6-df9097d-rc6 app=spin,cluster=spin-deck
deployment.apps/spin-gate 1/1 1 1 2d11h gate docker.io/armory/gate:1.14.0-42ccb4f-a2428e6-rc5 app=spin,cluster=spin-gate
deployment.apps/spin-rosco 1/1 1 1 2d11h rosco docker.io/armory/rosco:0.16.0-7c38ed6-508e253-rc5 app=spin,cluster=spin-rosco
deployment.apps/spin-orca 1/1 1 1 2d11h orca docker.io/armory/orca:2.12.0-67f03ef-c3b6f15-rc8 app=spin,cluster=spin-orca
deployment.apps/spin-clouddriver 1/1 1 1 2d11h clouddriver docker.io/armory/clouddriver:6.5.1-f969aaf-2f123de-rc6 app=spin,cluster=spin-clouddriver
deployment.apps/spin-front50 1/1 1 1 2d11h front50 docker.io/armory/front50:0.21.0-cca684d-4e0f6fc-rc5 app=spin,cluster=spin-front50
deployment.apps/spin-echo 1/1 1 1 2d11h echo docker.io/armory/echo:2.10.0-48991a0-e3df630-rc6 app=spin,cluster=spin-echo
NAME DESIRED CURRENT READY AGE CONTAINERS IMAGES SELECTOR
replicaset.apps/spin-redis-57966d86df 1 1 1 2d11h redis gcr.io/kubernetes-spinnaker/redis-cluster:v2 app=spin,cluster=spin-redis,pod-template-hash=57966d86df
replicaset.apps/spin-deck-778577cb65 1 1 1 2d11h deck docker.io/armory/deck:2.14.0-5f306f6-df9097d-rc6 app=spin,cluster=spin-deck,pod-template-hash=778577cb65
replicaset.apps/spin-gate-75c99f6b9d 1 1 1 2d11h gate docker.io/armory/gate:1.14.0-42ccb4f-a2428e6-rc5 app=spin,cluster=spin-gate,pod-template-hash=75c99f6b9d
replicaset.apps/spin-rosco-86b4b4d6b5 1 1 1 2d11h rosco docker.io/armory/rosco:0.16.0-7c38ed6-508e253-rc5 app=spin,cluster=spin-rosco,pod-template-hash=86b4b4d6b5
replicaset.apps/spin-orca-84dd94c7f9 1 1 1 2d11h orca docker.io/armory/orca:2.12.0-67f03ef-c3b6f15-rc8 app=spin,cluster=spin-orca,pod-template-hash=84dd94c7f9
replicaset.apps/spin-clouddriver-564d98585 1 1 1 2d11h clouddriver docker.io/armory/clouddriver:6.5.1-f969aaf-2f123de-rc6 app=spin,cluster=spin-clouddriver,pod-template-hash=564d98585
replicaset.apps/spin-front50-955856785 1 1 1 2d11h front50 docker.io/armory/front50:0.21.0-cca684d-4e0f6fc-rc5 app=spin,cluster=spin-front50,pod-template-hash=955856785
replicaset.apps/spin-echo-5b5dc87b4c 1 1 1 2d11h echo docker.io/armory/echo:2.10.0-48991a0-e3df630-rc6 app=spin,cluster=spin-echo,pod-template-hash=5b5dc87b4c
NAME READY AGE CONTAINERS IMAGES
statefulset.apps/minio 1/1 2d11h minio minio/minio
statefulset.apps/mariadb 1/1 2d11h mariadb mariadb:10.4.12-bionic To list all of the pods: $ kubectl -n spinnaker get pods
NAME READY STATUS RESTARTS AGE
minio-0 1/1 Running 0 2d11h
mariadb-0 1/1 Running 0 2d11h
spin-redis-57966d86df-qfn9m 1/1 Running 0 2d11h
spin-deck-778577cb65-7m6mw 1/1 Running 0 2d11h
spin-gate-75c99f6b9d-fcgth 1/1 Running 0 2d11h
spin-rosco-86b4b4d6b5-h4vgf 1/1 Running 0 2d11h
spin-orca-84dd94c7f9-ch2t5 1/1 Running 0 2d11h
spin-clouddriver-564d98585-p9m76 1/1 Running 0 2d11h
spin-front50-955856785-tr8pw 1/1 Running 0 2d11h
spin-echo-5b5dc87b4c-ldv97 1/1 Running 0 2d11h To see information about a specific pod: $ kubectl -n spinnaker describe pod spin-gate-75c99f6b9d-fcgth
Name: spin-gate-75c99f6b9d-fcgth
Namespace: spinnaker
Priority: 0
Node: ip-172-31-19-10/172.31.19.10
Start Time: Tue, 18 Feb 2020 16:49:51 +0000
Labels: app=spin
app.kubernetes.io/managed-by=halyard
app.kubernetes.io/name=gate
app.kubernetes.io/part-of=spinnaker
app.kubernetes.io/version=2.18.0
cluster=spin-gate
pod-template-hash=75c99f6b9d
Annotations: <none>
Status: Running
IP: 10.42.0.14
IPs:
IP: 10.42.0.14
Controlled By: ReplicaSet/spin-gate-75c99f6b9d
Containers:
gate:
Container ID: containerd://86aeeaa76477b83a36466f9267c3319caca7ea410928a9d5206d1e1e893cb850
Image: docker.io/armory/gate:1.14.0-42ccb4f-a2428e6-rc5
Image ID: docker.io/armory/gate@sha256:29fe06df04a21cb00a0cd94af95db8c441b42078b94648af07a46a98264057aa
Port: 8084/TCP
Host Port: 0/TCP
State: Running
Started: Tue, 18 Feb 2020 16:50:29 +0000
Ready: True
Restart Count: 0
Readiness: exec [wget --no-check-certificate --spider -q http://localhost:8084/api/v1/health] delay=0s timeout=1s period=10s #success=1 #failure=3
Environment:
SPRING_PROFILES_ACTIVE: local
Mounts:
/opt/spinnaker/config from spin-gate-files-1546480033 (rw)
/var/run/secrets/kubernetes.io/serviceaccount from default-token-tj4cz (ro)
Conditions:
Type Status
Initialized True
Ready True
ContainersReady True
PodScheduled True
Volumes:
spin-gate-files-1546480033:
Type: Secret (a volume populated by a Secret)
SecretName: spin-gate-files-1546480033
Optional: false
default-token-tj4cz:
Type: Secret (a volume populated by a Secret)
SecretName: default-token-tj4cz
Optional: false
QoS Class: BestEffort
Node-Selectors: <none>
Tolerations: node.kubernetes.io/not-ready:NoExecute for 300s
node.kubernetes.io/unreachable:NoExecute for 300s
Events: <none> And to see the logs for a given pod: $ kubectl -n spinnaker logs -f spin-gate-75c99f6b9d-fcgth
2020-02-21 01:06:20.802 INFO 1 --- [applications-10] c.n.s.g.s.internal.Front50Service : ---> HTTP GET http://spin-front50.spinnaker:8080/v2/applications?restricted=false
2020-02-21 01:06:20.802 INFO 1 --- [-applications-9] c.n.s.g.s.internal.ClouddriverService : ---> HTTP GET http://spin-clouddriver.spinnaker:7002/applications?restricted=false&expand=true
2020-02-21 01:06:20.805 INFO 1 --- [-applications-9] c.n.s.g.s.internal.ClouddriverService : <--- HTTP 200 http://spin-clouddriver.spinnaker:7002/applications?restricted=false&expand=true (2ms)
2020-02-21 01:06:20.806 INFO 1 --- [applications-10] c.n.s.g.s.internal.Front50Service : <--- HTTP 200 http://spin-front50.spinnaker:8080/v2/applications?restricted=false (4ms)
2020-02-21 01:06:25.808 INFO 1 --- [applications-10] c.n.s.g.s.internal.Front50Service : ---> HTTP GET http://spin-front50.spinnaker:8080/v2/applications?restricted=false
2020-02-21 01:06:25.808 INFO 1 --- [-applications-9] c.n.s.g.s.internal.ClouddriverService : ---> HTTP GET http://spin-clouddriver.spinnaker:7002/applications?restricted=false&expand=true
2020-02-21 01:06:25.810 INFO 1 --- [-applications-9] c.n.s.g.s.internal.ClouddriverService : <--- HTTP 200 http://spin-clouddriver.spinnaker:7002/applications?restricted=false&expand=true (2ms)
2020-02-21 01:06:25.813 INFO 1 --- [applications-10] c.n.s.g.s.internal.Front50Service : <--- HTTP 200 http://spin-front50.spinnaker:8080/v2/applications?restricted=false (4ms) Uninstalling K3s
Uninstall Minnaker for OSX
kubectl --context docker-desktop delete ns spinnaker
kubectl --context docker-desktop delete ns spinnaker-operator
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论