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

RuntimeClass Resource #1114

Closed
pidydx opened this issue Jan 12, 2021 · 2 comments · Fixed by #2080
Closed

RuntimeClass Resource #1114

pidydx opened this issue Jan 12, 2021 · 2 comments · Fixed by #2080

Comments

@pidydx
Copy link

pidydx commented Jan 12, 2021

Description

Implement RuntimeClass Resource

Potential Terraform Configuration

resource "kubernetes_runtimeclass" "gvisor" {
  metadata {
    name = "gvisor"
  }

  handler = "runsc"
}

References

https://kubernetes.io/docs/concepts/containers/runtime-class/

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@github-actions
Copy link

github-actions bot commented May 6, 2022

Marking this issue as stale due to inactivity. If this issue receives no comments in the next 30 days it will automatically be closed. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. This helps our maintainers find and focus on the active issues. Maintainers may also remove the stale label at their discretion. Thank you!

@github-actions github-actions bot added the stale label May 6, 2022
@github-actions github-actions bot closed this as completed Jun 5, 2022
@github-actions
Copy link

github-actions bot commented Jul 5, 2022

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 5, 2022
@iBrandyJackson iBrandyJackson reopened this Dec 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants