Skip to content

Commit

Permalink
Fix kata containers runtimeclass and pod (#129) (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoaggelos authored Jan 31, 2023
1 parent e92e03c commit 9afc2c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions addons/kata/enable
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def print_next_steps():
print()
print("To use the kata runtime set the 'kata' runtimeClassName, eg:")
print()
print("apiVersion: v1")
print("kind: Pod")
print("metadata:")
print(" name: nginx-kata")
Expand Down
2 changes: 1 addition & 1 deletion addons/kata/kata/runtime.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: node.k8s.io/v1beta1
apiVersion: node.k8s.io/v1
kind: RuntimeClass
metadata:
name: kata
Expand Down

0 comments on commit 9afc2c8

Please sign in to comment.