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
apiVersion: v1
kind: Service
metadata:
name: wordpress-mysql
labels:
app: wordpress
annotations:
kardinal.dev.service/ingress: "true" # Example annotation
kardinal.dev.service/host: "main.app.localhost" # Replace with actual host
spec:
ports:
- port: 3306
selector:
app: wordpress
tier: mysql
clusterIP: None
but ca´nt run:
kardinal deploy -k ex2.yml
INFO[0000] Using tenant UUID 1ba2c730-71a9-4532-b3e6-974781651d6b
Could not create flow, error An error occured generating the cluster topology from the service configs
--- at kardinal.kontrol-service/engine/docker.go:25 (GenerateProdOnlyCluster) ---
Caused by: At least one service is required in addition to the ingress service(s)
--- at kardinal.kontrol-service/engine/docker.go:208 (generateClusterTopology) ---: 0xc0005de130
The text was updated successfully, but these errors were encountered:
Hi all , I have an error trying to deploy using Kardinal,
https://kardinal.dev/docs/getting-started/own-app
in step 2
I added the annotations in my manifest:
apiVersion: v1
kind: Service
metadata:
name: wordpress-mysql
labels:
app: wordpress
annotations:
kardinal.dev.service/ingress: "true" # Example annotation
kardinal.dev.service/host: "main.app.localhost" # Replace with actual host
spec:
ports:
- port: 3306
selector:
app: wordpress
tier: mysql
clusterIP: None
but ca´nt run:
kardinal deploy -k ex2.yml
INFO[0000] Using tenant UUID 1ba2c730-71a9-4532-b3e6-974781651d6b
Could not create flow, error An error occured generating the cluster topology from the service configs
--- at kardinal.kontrol-service/engine/docker.go:25 (GenerateProdOnlyCluster) ---
Caused by: At least one service is required in addition to the ingress service(s)
--- at kardinal.kontrol-service/engine/docker.go:208 (generateClusterTopology) ---: 0xc0005de130
The text was updated successfully, but these errors were encountered: