aks cicd enterprise:企业环境中的AKS和GitHub Actions示例 源码
企业环境中的AKS和GitHub Actions示例 去做 配置GitHub机密 创建服务主体并将Owner权限分配给目标Azure订阅 SubscriptionID= " " az ad sp create-for-rbac -n " GitHub workflow aks-cicd-enterprise " --role Owner --scopes /subscriptions/ $SubscriptionID 导航到该项目的设置。 使用以下模板更新名称为AZURE_PROD的机密(相应地替换 ): { " clientId " : " " , " clientSecret " : " " , " subscriptionId " : " " , " tenantId " : " "
文件列表
aks-cicd-enterprise-main.zip
(预估有个74文件)
aks-cicd-enterprise-main
.github
workflows
build_and_test.yaml
4KB
deploy_infrastructure_environment.yaml
1KB
scripts
deploymentManager.js
5KB
unpack_deployment_payload.js
2KB
deploymentLabel.js
4KB
build_parameters.js
3KB
暂无评论