Skip to content

Commit

Permalink
Update configmap.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur authored Aug 10, 2023
1 parent 62d2d89 commit c67c4cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kube/services/argo-events/workflows/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ data:
aws ec2 create-tags --resources $instanceId --tags 'Key="instanceId",Value='$instanceId''
curl https://raw.githubusercontent.com/uc-cdis/cloud-automation/master/files/authorized_keys/ops_team >> /home/ec2-user/.ssh/authorized_keys
# set registryPullQPS
echo "$(jq '.registryPullQPS=0' /etc/kubernetes/kubelet/kubelet-config.json)" > /etc/kubernetes/kubelet/kubelet-config.json
sysctl -w fs.inotify.max_user_watches=12000
sudo yum update -y
Expand Down

0 comments on commit c67c4cb

Please sign in to comment.