Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issues when deploying with kubectl apply #7284

Merged
merged 1 commit into from
Jun 11, 2018

Conversation

exekias
Copy link
Contributor

@exekias exekias commented Jun 7, 2018

kubernetes.io/cluster-service is used by addon-manager to identify
services that should be managed by it. When these manifests are deployed
usign kubectl apply the addon-manager will remove them after a while.

As the annotation is only useful when deploying as addon, we can safely
remove it.

Closes #7271

`kubernetes.io/cluster-service` is used by addon-manager to identify
services that should be managed by it. When these manifests are deployed
usign `kubectl apply` the addon-manager will remove them after a while.

As the annotation is only useful when deploying as addon, we can safely
remove it.
@exekias exekias added bug needs_backport PR is waiting to be backported to other branches. v6.3.0 docs review labels Jun 7, 2018
@ruflin ruflin merged commit 6907111 into elastic:master Jun 11, 2018
dedemorton pushed a commit to dedemorton/beats that referenced this pull request Jun 12, 2018
`kubernetes.io/cluster-service` is used by addon-manager to identify
services that should be managed by it. When these manifests are deployed
usign `kubectl apply` the addon-manager will remove them after a while.

As the annotation is only useful when deploying as addon, we can safely
remove it.
adriansr pushed a commit that referenced this pull request Jun 12, 2018
`kubernetes.io/cluster-service` is used by addon-manager to identify
services that should be managed by it. When these manifests are deployed
usign `kubectl apply` the addon-manager will remove them after a while.

As the annotation is only useful when deploying as addon, we can safely
remove it.
@exekias exekias removed the needs_backport PR is waiting to be backported to other branches. label Jun 13, 2018
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
`kubernetes.io/cluster-service` is used by addon-manager to identify
services that should be managed by it. When these manifests are deployed
usign `kubectl apply` the addon-manager will remove them after a while.

As the annotation is only useful when deploying as addon, we can safely
remove it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants