Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Check if operator is installed with privileged rights #1799

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from

Conversation

williscool
Copy link
Collaborator

@williscool williscool commented Jun 16, 2023

Description

title says it all

Issues:

Refs: https://github.com/cncf/cnf-testsuite/issues/1684

How has this been tested:

  • Covered by existing integration testing
  • Added integration testing to cover
  • Verified all A/C passes
    • develop
    • master
    • tag/other branch
  • Test environment
    • Shared Packet K8s cluster
    • New Packet K8s cluster
    • Kind cluster
  • Have not tested

Types of changes:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

Checklist:

Documentation

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • No updates required.

Code Review

  • Does the test handle fatal exceptions, ie. rescue block

Issue

  • Tasks in issue are checked off

now if only I could get helm to install them in the right order which is

kubectl apply -f
sample-cnfs/sample_privileged_operator/chart/templates/crd.yaml
kubectl apply -f
sample-cnfs/sample_privileged_operator/chart/templates/namespace.yaml
kubectl apply -f
sample-cnfs/sample_privileged_operator/chart/templates/operatorgroup.yaml
kubectl describe -n simple-privileged-operator
operatorgroups.operators.coreos.com
kubectl apply -f
sample-cnfs/sample_privileged_operator/chart/templates/sa.yaml
kubectl apply -f
sample-cnfs/sample_privileged_operator/chart/templates/role.yaml
kubectl apply -f
sample-cnfs/sample_privileged_operator/chart/templates/rolebinding.yaml
kubectl apply -f
sample-cnfs/sample_privileged_operator/chart/templates/csv.yaml
kubectl describe csv -n simple-privileged-operator
simple-privileged-operator.v0.0.1 | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant