-
Notifications
You must be signed in to change notification settings - Fork 5
[WIP] Add terraform oci oke #35
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
Closed
Closed
Conversation
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
make new cluster for cloudnative.coop
use clusters/cluster
use sharingio
try and make it wait
remove state
makes it progress further
use different secret
depend on metal device and bgp session
don't require coder-override to exist
use value from secret for domain
add and shuffle
move from main to locals
to ensure verification works correctly
use pdns
add rolling annotation for config on config changes Co-Authored-By: Caleb Woodbine <calebwoodbine.public@gmail.com>
adds the operator for KubeVirt
remove local ref for remote url
to allow for dependants
adds a KubeVirt instance using KubeVirt Operator
adds to kustomization in infra
set separately, since some machine plans don't have sda
in order to make it be available for the github webhook
to sync the resources without resource not found errors
Mainly so we can review the config with Authentik
The way we create and save users manually is different than the way we create them via github. I didn't realize this. This commit adds all the fields necessary to click on "Sign Up"
Most of the configuration for cilium is within the helm chart.
Looking at ways to run more isolated workloads. https://github.com/siderolabs/extensions/tree/main/container-runtime/gvisor#usage WARNING! This disables KSPP best practices setting: https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project/Recommended_Settings#sysctls
https://github.com/siderolabs/extensions/tree/main/container-runtime/gvisor#testing PodSpecs can net `runtimeClassName: gvisor` to use runsc apiVersion: v1 kind: Pod metadata: name: nginx-gvisor spec: runtimeClassName: gvisor containers: - name: nginx image: nginx
terraform to provision an OKE cluster on OCI
2bffa89 to
cf42f51
Compare
Member
Author
|
replaced by sharingio#3 sharingio/infra is a fork of this and PRs were meant to go to there instead of this repo. |
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.
provision an OKE cluster on OCI