15 lines
328 B
Markdown
15 lines
328 B
Markdown
# Troubleshoot
|
|
|
|
|
|
## Trotubleshoot host-port problem
|
|
|
|
See [GitHub issue](https://github.com/projectcalico/calico/issues/3412).
|
|
|
|
### Steps to reproduce & analyze
|
|
|
|
```sh
|
|
k apply -f nginx.yml; sleep 15 ;k delete -f nginx.yml
|
|
# on the host
|
|
iptables -t nat --line-numbers -L CNI-HOSTPORT-DNAT
|
|
# rules shown are not deleted anymore
|
|
``` |