Skip to content

Commit

Permalink
Create serviceaccount.yaml
Browse files Browse the repository at this point in the history
the cron job was getting created but for the rke2 clusters it was looking for an service acocunt to communicate the issue will be fixed when we have an service account for ceonjob 

FailedCreate
Error creating: pods "cleanup-evicted-pods-28516020-" is forbidden: error looking up service account kube-system/rke-job-deployer: serviceaccount "rke-job-deployer" not found
  • Loading branch information
Anudeep Reddy authored Apr 10, 2024
1 parent e66a799 commit a09a24d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cleanup-evicted-pods/serviceaccount.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: rke-job-deployer
namespace: kube-system

0 comments on commit a09a24d

Please sign in to comment.