Skip to content

Integrate and Improve deployment of Kubernetes orchestration #275

Open
@cwlacewe

Description

@cwlacewe

Describe the bug
The tests for Kubernetes orchestration (#261) are not fully integrated into our coverage testing due to difficulty deploying primary node and worker node on same system. During independent testing there were issue with adding remote to cluster on other system than development systems. We need to make the deployment scripts more generalized (without hard-coded items) and fully integrate it into CI workflow for coverage.

When generalizing deployment script, we may need to include:

  • Checks determining if packages are already installed before duplicating
  • Checking intermediate stages completed successfully before proceeding
  • Make hard-coded values configurable

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'kubernetes' folder
  2. Follow README.md
  3. See issues

Expected behavior
Expect new user to use available scripts to seamlessly deploy k8 example

Metadata

Metadata

Assignees

Labels

BugIndicates unexpected or undesired behaviors

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions