Skip to content

Convert project.yaml specification to the Kubernetes CR format #114

Description

@anovikov-el

Description

Refer to the K3D project for an example:

apiVersion: k3d.io/v1alpha4 # API version
kind: Simple # CR kind
metadata:
  name: mycluster
servers: 1 # same as `--servers 1`
agents: 2 # same as `--agents 2`
# ...

Agree to the Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Labels

enhancementNew feature or request

Fields

No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions