Converting your HSF installation to use Kubernetes
- Navigate to the
Solutions Factory
project within theHarness Platform Management
organization of your Harness account - Open the
Infrastructure
module and chooseWorkspaces
- Find and select the
Harness Pilot Light
workspace - Navigate to the
Variables
tab and chooseOpenTofu Variables
- Edit
kubernetes_connector
to provide an existing Kubernetes connector reference. Note: The connector will need to be scoped to the correct location where the connector exists. Prefix withaccount.
ororg.
depending on its location. - Optionally, edit
kubernetes_namespace
to modify the namespace into which the pods will be deployed.
Note: Additional details around the various options and variables can be found in the pilot-light
directory of the Harness Solutions Factory repository
- Navigate to pipelines
- Run the pipeline
Manage Pilot Light
to apply the changes.
STOP: Changing the Kubernetes connector in this workspace only modifies it for the core resources and does not change the underlying connection for the engine pipelines. After the pipeline Manage Pilot Light
executes, continue these steps
- Navigate to the
Solutions Factory
project within theHarness Platform Management
organization of your Harness account - Open the
Infrastructure
module and chooseWorkspaces
- Find and select the
Harness Solutions Factory
workspace - Navigate to the
Variables
tab and chooseOpenTofu Variables
- Edit
kubernetes_connector
to provide an existing Kubernetes connector reference. Note: The connector will need to be scoped to the correct location where the connector exists. Prefix withaccount.
ororg.
depending on its location. - Optionally, edit
kubernetes_namespace
to modify the namespace into which the pods will be deployed.
Note: Additional details around the various options and variables can be found in the solutions-factory
directory of the Harness Solutions Factory repository
- Navigate to pipelines
- Run the pipeline
Deploy Solutions Factory
to apply the changes.