-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add support of replicaSet #150
Comments
It would be nice if we can support other container based k8s resources (if we missed something). |
As part of the task it was found that Job and CronJob K8s resourсes can be supported with ТЫЬ annotations too, but it is not necessary now so it was not added. Also the small research was made about usage of Annotations in service meshes, Istio and Consul-k8s. For Consul annotations are widely used for pods, but also they are used for Services and Service Accounts and there are examples with custom kinds. For Istio annotations used also for Pods, Deployments, Services and other types too. |
…k@main PR link: networkservicemesh/sdk#1380 Commit: e51c7ad Author: Network Service Mesh Bot Date: 2022-11-08 05:45:00 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/api@main (#1380) PR link: networkservicemesh/api#150 Commit: f71f283 Author: Nikita Skrynnik Date: 2022-11-08 17:52:51 +0700 Message: - add automerge reusable workflow (#150) Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com> Signed-off-by: NSMBot <nsmbot@networkservicmesh.io> Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com> Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
…k@main PR link: networkservicemesh/sdk#1380 Commit: e51c7ad Author: Network Service Mesh Bot Date: 2022-11-08 05:45:00 -0600 Message: - Update go.mod and go.sum to latest version from networkservicemesh/api@main (#1380) PR link: networkservicemesh/api#150 Commit: f71f283 Author: Nikita Skrynnik Date: 2022-11-08 17:52:51 +0700 Message: - add automerge reusable workflow (#150) Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com> Signed-off-by: NSMBot <nsmbot@networkservicmesh.io> Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com> Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
ReplicaSet kind doesn't supported by webhook: https://github.com/networkservicemesh/cmd-admission-webhook-k8s/blob/main/main.go#L106
The text was updated successfully, but these errors were encountered: