-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Israel Blancas <[email protected]>
- Loading branch information
Showing
5 changed files
with
22 additions
and
28 deletions.
There are no files selected for viewing
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...xamples-agent-as-daemonset/01-assert.yaml → ...xamples-agent-as-daemonset/03-assert.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
apiVersion: apps/v1 | ||
kind: DaemonSet | ||
metadata: | ||
metadata: | ||
name: agent-as-daemonset-agent-daemonset | ||
status: | ||
numberReady: 1 |
10 changes: 10 additions & 0 deletions
10
tests/e2e/examples/examples-agent-with-priority-class/01-add-policy.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Add service account to user | ||
apiVersion: kuttl.dev/v1beta1 | ||
kind: TestStep | ||
commands: | ||
- script: "oc adm policy --namespace $NAMESPACE add-scc-to-user daemonset-with-hostport -z jaeger-agent-daemonset" | ||
# Sometimes, the previous command needs some time to take effect. If we create | ||
# the Jaeger deployment before the command takes effect, the Jaeger instance | ||
# is not deployed. There is not a way to verify it is there except wait some | ||
# seconds | ||
- script: "sleep 5" |
7 changes: 0 additions & 7 deletions
7
tests/e2e/examples/examples-openshift-agent-as-daemonset/README.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters