mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-29 06:17:40 +00:00
* Removed done todo. * Error when trying to apply tapper-daemonset with 0 pods in affinity. * Reorder imports. * Create/update mizu tappers if there are tapped pods. Delete if there are no tapped pods. * Skip deletion if tapper daemonset is not installed. * Renamed createMizuTappers -> updateMizuTappers. * Renamed IsDaemonSetApplied -> CheckDaemonSetExists. * Skip deletion if pod / service is not installed. * Fixed: Inverted logic. * Rename. * Fixed compilation bugs. * Warn if no pods are found. Suggest changing the namespace. * Use consts. * Removed empty line.