Skip to content

Commit

Permalink
Merge pull request #26 from stackhpc/hotfix/key-permissions
Browse files Browse the repository at this point in the history
Hotfix/key permissions
  • Loading branch information
wtripp180901 authored Aug 15, 2023
2 parents 8c4407c + 171010d commit 584acc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions image/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ then
echo "ssh keys already found"
else
ssh-keygen -t rsa -f /home/rocky/.ssh/id_rsa -N ""
chown rocky:rocky /home/rocky/.ssh/id_rsa /home/rocky/.ssh/id_rsa.pub
fi

ssh-keyscan localhost > /etc/ssh/ssh_known_hosts
Expand Down
2 changes: 1 addition & 1 deletion slurm-cluster-chart/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
slurmImage: ghcr.io/stackhpc/slurm-docker-cluster:4d90e24
slurmImage: ghcr.io/stackhpc/slurm-docker-cluster:7c0e2d9

replicas:
slurmd: 2
Expand Down

0 comments on commit 584acc4

Please sign in to comment.