This website requires JavaScript.
Explore
Help
Register
Sign In
rancher
/
osbuilder
Watch
1
Star
0
Fork
0
You've already forked osbuilder
mirror of
https://github.com/kairos-io/osbuilder.git
synced
2025-07-14 15:36:04 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1dc94d57c8
osbuilder
/
config
/
nginx
/
kustomization.yaml
5 lines
56 B
YAML
Raw
Normal View
History
Unescape
Escape
Switch from a Deployment to a Job and create permanent nginx Deployment Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2022-12-07 13:58:47 +00:00
resources
:
-
deployment.yaml
-
service.yaml
[WIP] Create rbac resources to allow the Job to copy to the server Pod Currently fails with: ``` Error from server (Forbidden): pods is forbidden: User "system:serviceaccount:default:hello-kairos" cannot list resource "pods" in API group "" at the cluster scope ``` because we try to list pods with `-A`. This means we are going to get a similar error if we try to copy files to a Pod on another namespace unless we grant permission at the cluster scope or just that namespace. (Is that possible? Maybe if we create the Role in the same namespace as the server.) Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2022-12-08 14:35:45 +00:00
-
role.yaml
Reference in New Issue
Copy Permalink