-
Notifications
You must be signed in to change notification settings - Fork 0
feat: migrate AppDefinitions to v1beta11 sidecars #73
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
Merged
Merged
Changes from 22 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
a56f738
Migrate test3 to AppDefinition v1beta11 sidecars on clean main-based …
CodeByNikolas ddd6a0e
ci: bump theia-cloud-crds base version to 1.2.0-next.1
CodeByNikolas 36e2400
ci(test3): override conversion-webhook image to PR build
CodeByNikolas 20d3c61
chore(test3): remove stale pr-46 preloading images
CodeByNikolas d316777
fix: correct garbage-collector image path to ghcr.io/eduide/garbage-c…
CodeByNikolas edd722b
Merge branch 'main' into feat/test3-pr70-sidecar-clean
CodeByNikolas 6e19887
fix(test3): align sidecar appdefinitions with reviewer findings
CodeByNikolas 6665fb5
fix(test3): switch no-ls and langserver images to eduide registry
CodeByNikolas 606c591
ci(deploy): tag no-ls and sidecar preloading images with ide_images_tag
CodeByNikolas 6244c38
add conversion images
CodeByNikolas 5d1f00c
conversion webhook
CodeByNikolas 47b5b91
fix(test3): switch operator storageClassName to longhorn for RWX support
CodeByNikolas f8b91b3
fix(ci): empty tag inputs no longer override values.yaml image settin…
CodeByNikolas f5205db
fix(ci): empty tag inputs no longer override values.yaml image settings
CodeByNikolas db17c2b
feat: add 'all' option to workflow_dispatch environment input
CodeByNikolas 5a25db3
fix(test3): use valid operator image path for pr-70 deployments
CodeByNikolas 06092d8
fix(ci): remove environment selector from manual dispatch, always run…
CodeByNikolas 6fbb7fc
Merge remote-tracking branch 'origin/fix/empty-tag-no-override-main-o…
CodeByNikolas de71aed
update values
CodeByNikolas 29a07ad
fix(test3): pin no-ls and sidecar images to pr-124
CodeByNikolas 2593382
fix(rbac): allow operator to delete sidecar pod collections
CodeByNikolas a678395
Potential fix for pull request finding
CodeByNikolas 68dd3a6
fix(pr73): v1beta10 lookup fallback, test3 tag alignment, deploy prel…
CodeByNikolas f393360
feat(ci): add execution_mode dropdown + runner routing, revert v1beta…
CodeByNikolas 60cf941
merge main into PR #73 and keep execution mode + strict migration cho…
CodeByNikolas 49faaef
ci: add runner debug step and adopt sidecar RBAC into Helm
CodeByNikolas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
27 changes: 27 additions & 0 deletions
27
charts/theia-cloud-combined/templates/rbac-operator-sidecar-pod-restart.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| apiVersion: rbac.authorization.k8s.io/v1 | ||
| kind: Role | ||
| metadata: | ||
| name: operator-sidecar-pod-restart | ||
| namespace: {{ .Release.Namespace }} | ||
| labels: | ||
| app.kubernetes.io/managed-by: Helm | ||
| rules: | ||
| - apiGroups: [""] | ||
| resources: ["pods"] | ||
| verbs: ["get", "list", "watch", "delete", "deletecollection"] | ||
CodeByNikolas marked this conversation as resolved.
Show resolved
Hide resolved
coderabbitai[bot] marked this conversation as resolved.
Show resolved
Hide resolved
CodeByNikolas marked this conversation as resolved.
Show resolved
Hide resolved
CodeByNikolas marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| --- | ||
| apiVersion: rbac.authorization.k8s.io/v1 | ||
| kind: RoleBinding | ||
| metadata: | ||
| name: operator-sidecar-pod-restart | ||
| namespace: {{ .Release.Namespace }} | ||
| labels: | ||
| app.kubernetes.io/managed-by: Helm | ||
| subjects: | ||
| - kind: ServiceAccount | ||
| name: operator-api-service-account | ||
| namespace: {{ .Release.Namespace }} | ||
| roleRef: | ||
| apiGroup: rbac.authorization.k8s.io | ||
| kind: Role | ||
| name: operator-sidecar-pod-restart | ||
3 changes: 3 additions & 0 deletions
3
deployments/test1.theia-test.artemis.cit.tum.de/theia-crds-helm-values.yml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,5 @@ | ||
| # -- The cluster issuer to use for the certificate | ||
| clusterIssuer: theia-cloud-selfsigned-issuer | ||
|
|
||
| conversion: | ||
CodeByNikolas marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| image: ghcr.io/eduide/eduide-cloud/conversion-webhook:pr-70 | ||
CodeByNikolas marked this conversation as resolved.
Show resolved
Hide resolved
CodeByNikolas marked this conversation as resolved.
Show resolved
Hide resolved
CodeByNikolas marked this conversation as resolved.
Show resolved
Hide resolved
|
||
3 changes: 3 additions & 0 deletions
3
deployments/test2.theia-test.artemis.cit.tum.de/theia-crds-helm-values.yml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,5 @@ | ||
| # -- The cluster issuer to use for the certificate | ||
| clusterIssuer: theia-cloud-selfsigned-issuer | ||
|
|
||
| conversion: | ||
CodeByNikolas marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| image: ghcr.io/eduide/eduide-cloud/conversion-webhook:pr-70 | ||
CodeByNikolas marked this conversation as resolved.
Show resolved
Hide resolved
CodeByNikolas marked this conversation as resolved.
Show resolved
Hide resolved
CodeByNikolas marked this conversation as resolved.
Show resolved
Hide resolved
|
||
5 changes: 4 additions & 1 deletion
5
deployments/test3.theia-test.artemis.cit.tum.de/theia-crds-helm-values.yml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,5 @@ | ||
| # -- The cluster issuer to use for the certificate | ||
| # Name of the cert-manager ClusterIssuer used to issue TLS certificates for this deployment. | ||
| clusterIssuer: theia-cloud-selfsigned-issuer | ||
CodeByNikolas marked this conversation as resolved.
Show resolved
Hide resolved
CodeByNikolas marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| conversion: | ||
| image: ghcr.io/eduide/eduide-cloud/conversion-webhook:pr-70 | ||
CodeByNikolas marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.