Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

error deploying #222

@caceresabelanibal

Description

@caceresabelanibal

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions