Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 967 Bytes

deploy-virtual-garden-with-make-target.md

File metadata and controls

33 lines (21 loc) · 967 Bytes

Deploying the Virtual Garden with Make Target

There are make targets to deploy and undeploy the virtual garden.

Configuration

Before you can use the make targets below, you must adjust the configuration in the imports.yaml file.

Provide at least the kubeconfig of the host cluster on which the virtual garden should be deployed. Insert the kubeconfig at .cluster.spec.config.kubeconfig.

Deploy

You can deploy the virtual garden with the command

make start

The virtual garden is deployed to the namespace specified at .hostingCluster.namespace in the imports.yaml file.

The deploy program writes exports parameters to the exports.yaml file. It contains in particular a kubeconfig to access the virtual garden in field .kubeconfigYaml.

Undeploy

You can undeploy the virtual garden with the command

make delete