mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #267] [MERGED] feat: k8s部署支持ServiceAccount权限 #894
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#894
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/certimate-go/certimate/pull/267
Author: @PittyXu
Created: 10/26/2024
Status: ✅ Merged
Merged: 10/27/2024
Merged by: @usual2970
Base:
main← Head:feat/k8s📝 Commits (1)
548cbbffeat: k8s部署支持ServiceAccount权限📊 Changes
4 files changed (+22 additions, -13 deletions)
View changed files
📝
internal/deployer/k8s_secret.go(+17 -9)📝
ui/src/components/certimate/AccessKubernetesForm.tsx(+2 -1)📝
ui/src/i18n/locales/en/nls.access.json(+2 -2)📝
ui/src/i18n/locales/zh/nls.access.json(+1 -1)📄 Description
使部署在k8s中的
certimate没有kubeconfig也可以部署证书。k8s部署的
certimatePod 需要有 写 Secret 权限的 ServiceAccount, 如下🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.