icy-furniture-17516
05/23/2023, 10:20 AMcalm-family-29323
05/23/2023, 10:46 AMicy-furniture-17516
05/23/2023, 12:48 PMgarden deploy
Deploy 🚀
Garden v0.13 (Bonsai) is a major release with significant changes. Please help us improve it by reporting any issues/bugs here:
https://go.garden.io/report-bonsai
→ Run garden util hide-warning 0.13-bonsai to disable this warning.
ℹ garden → Running in Garden environment default.default
(node:84105) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
(Use `garden --trace-warnings ...` to show where the warning was created)
ℹ cloud-dashboard → 🌸 Connected to Cloud Dashboard. View logs and command results at:
https://app.garden.io/projects/ea10de63-0eb0-472d-8f76-ffe426c0cc24?sessionId=5dfab169-54dd-49eb-a29c-2b6ad6f67cf9&userId=72cd8adc-fd35-4651-9d9e-1a2b6e15479a
ℹ providers → Getting status...
✔ providers → Cached (took 2.6 sec)
ℹ providers → Run with --force-refresh to force a refresh of provider statuses.
ℹ graph → Resolving actions and modules...
✔ graph → Done (took 0.7 sec)
ℹ deploy.kcp-cert-manager-crds → missing
ℹ deploy.kcp → outdated
ℹ deploy.kcp-account → outdated
ℹ deploy.kcp-cert → Already deployed
ℹ deploy.kcp-cert-manager → Already deployed
ℹ build.kcpctl → Already built
ℹ deploy.kcp → Deploying version v-615bf9f5c5...
ℹ deploy.ingress-nginx → Already deployed
ℹ deploy.kcp → Waiting for resources to be ready...
ℹ deploy.cert-manager → Already deployed
ℹ deploy.kcp → Resources ready
✔ deploy.kcp → Done (took 2.6 sec)
ℹ deploy.kcp → Ingress: http://kcp.playground.garden
ℹ deploy.kcp-account → Deploying version v-5f59d745d4...
ℹ deploy.kcp-account → Waiting for resources to be ready...
ℹ deploy.kcp-account → Resources ready
✔ deploy.kcp-account → Done (took 2.6 sec)
ℹ deploy.kcp-cert-manager-crds → Deploying version v-ff63574bea...
ℹ deploy.kcp-cert-manager-crds → Waiting for resources to be ready...
ℹ deploy.kcp-cert-manager-crds → Resources ready
✔ deploy.kcp-cert-manager-crds → Done (took 2.6 sec)
Done! ✔️
k get sts
NAME READY AGE
kcp 0/1 19s
kcp-cert-manager 1/1 4h15m
k describe sts kcp
Name: kcp
Namespace: default
CreationTimestamp: Tue, 23 May 2023 14:45:27 +0200
Selector: app=kcp
Labels: garden.io/service=kcp
Annotations: garden.io/manifest-hash: 09956a2fe4e9ece9e213b5821ece0e5ad1b0dd81cdfeecef8e604bbed9b0d1ba
garden.io/mode: default
garden.io/service: kcp
Replicas: 1 desired | 0 total
Update Strategy: RollingUpdate
Partition: 0
Pods Status: 0 Running / 0 Waiting / 0 Succeeded / 0 Failed
Pod Template:
Labels: app=kcp
Init Containers:
cert-bundle:
Image: kcpctl:v-79a98dd0ef
Port: <none>
Host Port: <none>
Command:
/bin/sh
Args:
-cxe
cat /etc/kcp-certificate/tls.crt /etc/kcp-certificate/ca.crt > /data/tls-bundle.crt || true
Environment: <none>
Mounts:
/data from data (rw)
/etc/kcp-certificate from kcp-certificate (rw)
Containers:
kcp:
Image: ghcr.io/kcp-dev/kcp:530d15f
Port: 6443/TCP
Host Port: 0/TCP
Args:
start
--root-directory=/data
--external-hostname=kcp
--tls-cert-file=/data/tls-bundle.crt
--tls-private-key-file=/etc/kcp-certificate/tls.key
--client-ca-file=/etc/kcp-certificate/ca.crt
Environment: <none>
Mounts:
/data from data (rw)
/etc/kcp-certificate from kcp-certificate (rw)
Volumes:
kcp-aasdasd:
Type: Secret (a volume populated by a Secret)
SecretName: kcp-server
Optional: false
data:
Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace)
ClaimName: kcp-data
ReadOnly: false
Volume Claims: <none>
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Warning FailedCreate 13s (x13 over 33s) statefulset-controller create Pod kcp-0 in StatefulSet kcp failed error: Pod "kcp-0" is invalid: [spec.containers[0].volumeMounts[1].name: Not found: "kcp-certificate", spec.initContainers[0].volumeMounts[1].name: Not found: "kcp-certificate"]
status:
availableReplicas: 0
collisionCount: 0
currentRevision: kcp-ddc5b66b5
observedGeneration: 1
replicas: 0
updateRevision: kcp-ddc5b66b5
---
kind: Run
description: Wait for kcp to start
name: kcp-wait
type: exec
spec:
command:
- kubectl
- rollout
- status
- --watch
- --timeout=120s
- -n
- "${environment.namespace}"
- statefulset/kcp
dependencies:
- deploy.kcp
kind: Run
description: Wait for kcp-account to be completed
name: kcp-account-wait
type: exec
spec:
command:
- kubectl
- wait
- --for=condition=complete
- --timeout=60s
- -n
- "${environment.namespace}"
- job/kcp-account
dependencies:
- deploy.kcp-account
calm-family-29323
05/24/2023, 7:27 AMicy-furniture-17516
05/24/2023, 7:35 AMgarden deploy kcp
calm-family-29323
05/24/2023, 7:38 AMicy-furniture-17516
05/24/2023, 7:40 AMcalm-family-29323
05/24/2023, 10:08 AMicy-furniture-17516
05/24/2023, 10:37 AMcalm-family-29323
05/24/2023, 10:40 AMicy-furniture-17516
05/24/2023, 10:40 AMcalm-family-29323
05/24/2023, 10:43 AMicy-furniture-17516
05/24/2023, 10:52 AM