We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In this step Add Containerum repository to yum link.
Add Containerum repository to yum
cat <<EOF > /etc/yum.repos.d/exon.repo [exonlab-kubernetes1.11-testing] name=Exon lab kubernetes repo for CentOS baseurl=http://repo.containerum.io/centos/7/kubernetes-1_11-pkg/x86_64/ skip_if_unavailable=False gpgcheck=1 repo_gpgcheck=1 gpgkey=https://repo.containerum.io/RPM-GPG-KEY-ExonLab enabled=1 enabled_metadata=1 EOF
The url in line 4 isn't working (Timeout error) lead to I cant update the repo and cannot process to next step of the installation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In this step
Add Containerum repository to yum
link.The url in line 4 isn't working (Timeout error) lead to I cant update the repo and cannot process to next step of the installation
The text was updated successfully, but these errors were encountered: