# Make sure to bump the version of EKSCTL_DEPENDENCIES_IMAGE if you make any changes here if [ -z "${GOBIN+x}" ]; then GOBIN="$(go env GOPATH)/bin" fi if [ "$(uname)" = "Darwin" ] ; then OSARCH="darwin-amd64" else OSARCH="linux-amd64" fi env CGO_ENABLED=1 go in...
Added/modified documentation as required (such as theREADME.md, or theuserdocsdirectory) Manually tested Made sure the title of the PR is a good description that can go into the release notes (Core team) Added labels for change area (e.g.area/nodegroup) and kind (e.g.kind/improvement)...
sudo dnf install -y https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/latest/linux_arm64/amazon-ssm-agent.rpm (Recommended) Run the following command to verify that the agent is running. sudo systemctl status amazon-ssm-agent In most cases, the command reports that the agent is runn...
sudo systemctl restart mssql-server # Connect to server and get the version: counter=1 errstatus=1 while [ $counter -le 5 ] && [ $errstatus = 1 ] do echo Waiting for SQL Server to start... sleep 3s /opt/mssql-tools/bin/sqlcmd \ -S localhost \ -U SA \ -P $MSSQL_SA_...
Type "Visual Studio Installer" in the Windows search box: Look for the installer under the Apps results and double-click it. When the installer opens, choose Modify, and then click on the Workloads tab. Scroll down to Other toolsets and select the Linux development with C++ workload. The...
sudo systemctl start amazon-ssm-agent Ubuntu Server (32 bit) sudo start amazon-ssm-agent Ubuntu Server (64 bit - Deb) sudo systemctl enable amazon-ssm-agent sudo systemctl start amazon-ssm-agent Ubuntu Server (64 bit - Snap) sudo snap start amazon-ssm-agent Windows Server In PowerShell,...
$ sudo systemctl enable puppetserver Install Puppet Agent On agent nodes running Ubuntu 18.04, use this command to install Puppet (Installing Puppet agent: Linux): $ wget https://apt.puppetlabs.com/puppet6-release-bionic.deb $ sudo dpkg -i puppet6-release-bionic.deb ...
Installing Jenkins on Ubuntu with Jenkins Tutorial, Jenkins, Jenkins Introduction, Jenkins Installation, What is Jenkins, Why use Jenkins, Jenkins Architecture, Installing Jenkins on Windows, Installing Jenkins on Ubuntu, Jenkins GitHub Setup etc.
via eksctl Create an EKS cluster using console and kubectl AWS CLI $aws --versionaws-cli/2.1.37 Python/3.8.8 Darwin/17.4.0 exe/x86_64 prompt/off $kubectl version --clientClient Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.0", GitCommit:"9e991415386e4cf155a24b1...
Microsoft Windows 10 Enterprise 10.0.19044 Kubernetes v1.25.0 Minikube 1.29.0 Default needs for minikube: • 4 Core CPU • 2 GB RAM • 20 GB Disk • VirtualBox • Hyper-V should be enabled for Windows Helm3 Docker 20.10.23 Oracle Virtual Box 7.0.6 Lens : https://k8slens.dev...