Merge pull request #15129 from kubernetes/revert-15078-disablenodeu

Revert "disable kops-configuration.service after successful execution"
This commit is contained in:
Kubernetes Prow Robot 2023-02-12 03:15:30 -08:00 committed by GitHub
commit d2e63e4d55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -175,7 +175,6 @@ func (i *Installation) buildSystemdJob() *nodetasks.InstallService {
service := &nodetasks.InstallService{Service: nodetasks.Service{
Name: serviceName,
Definition: fi.PtrTo(manifestString),
Enabled: fi.PtrTo(false),
}}
service.InitDefaults()

View File

@ -17,7 +17,7 @@ definition: |
[Install]
WantedBy=multi-user.target
enabled: false
enabled: true
manageState: true
running: true
smartRestart: true