Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f6e77182
Commit
f6e77182
authored
Dec 09, 2021
by
Sam White
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update blocking instructions for cilium
parent
9618f99c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
doc/user/project/clusters/protect/container_network_security/quick_start_guide.md
...s/protect/container_network_security/quick_start_guide.md
+2
-3
No files found.
doc/user/project/clusters/protect/container_network_security/quick_start_guide.md
View file @
f6e77182
...
@@ -192,11 +192,10 @@ violations but don't block any traffic. To set Cilium to Blocking mode, you must
...
@@ -192,11 +192,10 @@ violations but don't block any traffic. To set Cilium to Blocking mode, you must
lines to the
`applications/cilium/values.yaml`
file in your cluster management project:
lines to the
`applications/cilium/values.yaml`
file in your cluster management project:
```
yaml
```
yaml
config
:
policyEnforcementMode
:
"
always"
policyAuditMode
:
false
monitor
:
monitor
:
eventTypes
:
[
"
drop"
]
eventTypes
:
[
"
drop"
,
"
policy-verdict"
]
```
```
### Traffic is not being allowed as expected
### Traffic is not being allowed as expected
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment