1. Pod is Running
1 | kubectl get pods -n npa-publisher -w |
Wait for 2/2 Running in the default pod-networking mode. The
Publisher container may take 30–60 seconds while it enrolls and
connects.
2. Follow the Publisher logs
1 | kubectl logs -l app.kubernetes.io/name=kubernetes-netskope-publisher \ |
You’re looking for this sequence:
1 | [npa-api-enrollment] API enrollment mode active |
NPACONNECTED (or ConnectedResolvedByGSLB) means the Publisher has a
healthy tunnel up to the Netskope stitchers.
3. Check in the admin console
NG SASE → Steering → Publishers — your Publisher should appear with:
- Status: Online (green dot)
- Common name: the
enrollment.commonNamefrom your values file - Version: the appVersion of the chart
Common first-run failures
| Symptom | Cause | Where to look |
|---|---|---|
Resolving repeats forever |
Pod can’t resolve *.goskope.com |
troubleshooting — fix cluster DNS in pod mode |
Permission denied on /dev/net/tun |
tunDevice not mounted, or PSA blocks the mount | pod-vs-host network |
401 Unauthorized from enrollment |
API token scope wrong | Netskope tenant prep — re-mint with publishers write |
commonName already in use |
Existing publisher record with that name | Change enrollment.commonName or delete the stale record |