Skip to content

Commit 652b65a

Browse files
authored
Merge pull request #35861 from Arhell/es-remove
[es] remove hardcoded x86_64 from linux install doc
2 parents bfeb68e + bbed0fe commit 652b65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/es/docs/tasks/tools/included/install-kubectl-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Por ejemplo, para descargar la versión {{< param "fullversion" >}} en Linux, es
132132
cat <<EOF > /etc/yum.repos.d/kubernetes.repo
133133
[kubernetes]
134134
name=Kubernetes
135-
baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64
135+
baseurl=https://packages.cloud.google.com/yum/repos/kubernetes-el7-\$basearch
136136
enabled=1
137137
gpgcheck=1
138138
repo_gpgcheck=1

0 commit comments

Comments
 (0)