Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DISABLE_HTTP2 (0.1 sec)

  1. cmd/kubelet/app/server.go

    		// control, users can still opt-in to the previous behavior for closing the connections by
    		// setting the environment variable DISABLE_HTTP2.
    		if s := os.Getenv("DISABLE_HTTP2"); len(s) > 0 {
    			klog.InfoS("HTTP2 has been explicitly disabled, Kubelet will forcefully close active connections on heartbeat failures")
    			onHeartbeatFailure = closeAllConns
    		} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
Back to top