issues
search
AI-Hypercomputer
/
xpk
xpk (Accelerated Processing Kit, pronounced x-p-k,) is a software tool to help Cloud developers to orchestrate training jobs on accelerators such as TPUs and GPUs on GKE.
Apache License 2.0
81
stars
23
forks
source link
Create service account in cluster create
#86
Closed
SurbhiJainUSC
closed
8 months ago
SurbhiJainUSC
commented
8 months ago
Fixes / Features
Create a project-specific service account in cluster create
All the required permissions for the workload will be assigned to this new service account
This service account will replace Compute Engine default service account for cluster & node-pools
This functionality will be done behind a flag
_USE_SERVICE_ACCOUNT
to prevent breakage for current xpk users
Testing / Documentation
Testing details.
[ y ] Tests pass
[ N/A ] Appropriate changes to documentation are included in the PR
Fixes / Features
_USE_SERVICE_ACCOUNT
to prevent breakage for current xpk usersTesting / Documentation
Testing details.