You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`nodeTerminationGracePeriod` | Period of time in seconds given to each NODE to terminate gracefully. Node draining will be scheduled based on this value to optimize the amount of compute time, but still safely drain the node before an event. | `120`
59
59
`ignoreDaemonsSets` | Causes kubectl to skip daemon set managed pods | `true`
60
60
`instanceMetadataURL` | The URL of EC2 instance metadata. This shouldn't need to be changed unless you are testing. | `http://169.254.169.254:80`
61
+
`webhookURL` | Posts event data to URL upon instance interruption action | ``
62
+
`webhookHeaders` | Replaces the default webhook headers. | `{"Content-type":"application/json"}`
0 commit comments