[INT-509] Add CONTRIBUTING.md and link to it from README.md#20
Open
[INT-509] Add CONTRIBUTING.md and link to it from README.md#20
Conversation
OchiengEd
reviewed
Jan 13, 2022
|
|
||
| **TODO**: Comment on each of these directories, and any files of interest (remove files where possible. Many of these are generated by Kubebuilder) | ||
|
|
||
| . |
Collaborator
There was a problem hiding this comment.
surround the repo structure with three back ticks (```) to retain the formatting.
OchiengEd
reviewed
Jan 13, 2022
| # Testing the Operator | ||
|
|
||
| **TODO**: Fill this in. Open Questions: | ||
| - How are operators installed in a running Kubernetes cluster? |
Collaborator
There was a problem hiding this comment.
This question is very broad. I need clarification to be able to answer conclusively.
|
|
||
| **TODO**: Fill this in. Open Questions: | ||
| - How are operators installed in a running Kubernetes cluster? | ||
| - Is it necessary to install OLM or load the operator into OperatorHub somehow? |
Collaborator
There was a problem hiding this comment.
Installing an operator in Kubernetes or Openshift can be down either through Kubernetes manifests or via OLM (the Operator Lifecycle Manager).
| **TODO**: Fill this in. Open Questions: | ||
| - How are operators installed in a running Kubernetes cluster? | ||
| - Is it necessary to install OLM or load the operator into OperatorHub somehow? | ||
| - Does the operator need to be tested in an OpenShift cluster? Does this mean that we need to provision an AWS cluster to run tests or can we use Minikube/KinD somehow, for local testing? Could we run automated tests in CircleCI? |
Collaborator
There was a problem hiding this comment.
There is little to no functionality specific to Openshift that needs to be deployed. As a result, I would think you could test in either a Minikube or KinD cluster.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.