Closed idsulik closed 2 months ago
Fixes https://github.com/omrikiei/ktunnel/issues/132.
Added new argument to specify pod tolerations. example: ktunnel expose --pod-tolerations myKey=myValue:NoSchedule
ktunnel expose --pod-tolerations myKey=myValue:NoSchedule
It's worth noting that this only supports the "equal" operator, although the "exists" operator wouldn't be too hard to implement ( e.g by using "exists" if len(valueAndEffect) < 2 )
Fixes https://github.com/omrikiei/ktunnel/issues/132.
Added new argument to specify pod tolerations. example:
ktunnel expose --pod-tolerations myKey=myValue:NoSchedule