diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-20 23:09:35 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-20 23:09:35 +0700 |
| commit | aa1794ae2939d8c626d9c51ca62dc86864a1f07d (patch) | |
| tree | 2ceb6aa34a8015356150ae496cfc72046306e54f | |
| parent | 91105f81452f12e9dcf95a6dab78c838726c51e7 (diff) | |
| download | google-guest-agent-aa1794ae2939d8c626d9c51ca62dc86864a1f07d.tar.xz | |
all: disable gce-workload-cert-refresh.timer
This feature only available when the VM created with metadata
enable-workload-certificate set to true [1], which is most likely is
not enabled.
This feature also still in beta.
[1] https://docs.cloud.google.com/compute/docs/access/authenticate-workloads-over-mtls#access_credentials
| -rw-r--r-- | google-guest-agent.install | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/google-guest-agent.install b/google-guest-agent.install index 5282316..9d775a5 100644 --- a/google-guest-agent.install +++ b/google-guest-agent.install @@ -14,7 +14,6 @@ post_install() { systemctl enable google-guest-agent.service - systemctl enable gce-workload-cert-refresh.timer systemctl enable google-startup-scripts.service systemctl enable google-shutdown-scripts.service } @@ -22,6 +21,5 @@ post_install() { pre_remove() { systemctl disable google-shutdown-scripts.service systemctl disable google-startup-scripts.service - systemctl disable gce-workload-cert-refresh.timer systemctl disable --now google-guest-agent.service } |
