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
The `containerd.service.d` directory will need to be created for this file. You will need to reload systemd to pick up the configuration file without a reboot. In AL2023, the service will likely already be running when your script executes, so you will also need to restart it.
35
-
[source,yaml,subs="vabatim,attributes,quotes"]
33
+
34
+
==== `containerd` configuration from user data
35
+
36
+
The `containerd.service.d` directory will need to be created for this file. You will need to reload systemd to pick up the configuration file without a reboot. In AL2023, the service will likely already be running when your script executes, so you will also need to restart it.
`kubelet` is the Kubernetes node agent that runs on each Kubernetes node and is responsible for managing the node and pods running on it. If you are using a proxy in your on-premises environment, you must configure the `kubelet` so it can communicate with your Amazon EKS cluster's public or private endpoints.
48
52
@@ -51,18 +55,21 @@ Create a file on each hybrid node called `http-proxy.conf` in the `/etc/systemd/
The `kubelet.service.d` directory will need to be created for this file. You will need to reload systemd to pick up the configuration file without a reboot. In AL2023, the service will likely already be running when your script executes, so you will also need to restart it.
60
-
[source,yaml,subs="vabatim,attributes,quotes"]
62
+
63
+
==== `kubelet` configuration from user data
64
+
65
+
The `kubelet.service.d` directory must be created for this file. You will need to reload systemd to pick up the configuration file without a reboot. In AL2023, the service will likely already be running when your script executes, so you will also need to restart it.
@@ -78,16 +85,16 @@ If you are using a proxy for internet access, you must configure your operating
78
85
+
79
86
[source,yaml,subs="verbatim,attributes,quotes"]
80
87
----
81
-
sudo snap set system proxy.https=http://proxy-domain:port
82
-
sudo snap set system proxy.http=http://proxy-domain:port
88
+
sudo snap set system proxy.https=http://[.replaceable]#proxy-domain:port#
89
+
sudo snap set system proxy.http=http://[.replaceable]#proxy-domain:port#
83
90
----
84
91
85
92
. To enable proxy for `apt`, create a file called `apt.conf` in the `/etc/apt/` directory. Replace proxy-domain and port with the values for your environment.
0 commit comments