-
Notifications
You must be signed in to change notification settings - Fork 18
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
Cover cmd-exclude-prefixes-k8s by integration tests #13
Cover cmd-exclude-prefixes-k8s by integration tests #13
Conversation
9b91207
to
9442a34
Compare
4c83193
to
25f8a34
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks better, but need to add some simplifications.
0f02b2b
to
90810d5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good only one moment for simplification #13 (comment)
fcd5ef7
to
0131dfa
Compare
6071246
to
f86fb3c
Compare
dfe6933
to
5689cc0
Compare
0633056
to
897c5fd
Compare
Signed-off-by: Tigran Manasyan <tigran.manasyan@xored.com>
Signed-off-by: Tigran Manasyan <tigran.manasyan@xored.com>
Signed-off-by: Tigran Manasyan <tigran.manasyan@xored.com>
897c5fd
to
235512a
Compare
} | ||
|
||
func (et *ExcludedPrefixesSuite) setupNsmgr() { | ||
et.Require().NoError(k8s.ApplyDaemonSet("../deployments/nsmgr.yaml", func(nsmgr *v1.DaemonSet) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets just edit ../deployments/nsmgr.yaml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we need nsmgr with spire volume and volumeMounts in other places? And I think nsmgr's namespace shouldn't be excluded-prefixes-collector
by default.
Outdated |
…tegration-tests@main networkservicemesh/integration-tests#13 networkservicemesh/integration-tests PR link: networkservicemesh/integration-tests#13 networkservicemesh/integration-tests commit message: commit e0cf9c295e6ce123290903d44c172387ac13bbac Author: Ed Warnicke <hagbard@gmail.com> Date: Sun Jan 31 14:53:51 2021 -0600 Merge pull request #13 from denis-tingaikin/add-update-deps-job feat: add update deps job for integration-tests Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
Should fix #11