Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appunti tesi magistrale Paolo Beci

In questa repository verrà sviluppato: "Elemento Cloud Client Libraries for Go"

Link agli appunti su Notion

Notion Site

Test Elemento Cloud Go Client locally

# First import the env variables
export ELEMENTO_CLOUD_API_KEY=your_api_key
# ...

# Then run the tests
go test -v ./ecloud

Test kOps locally

From inisde the kOps source directory, run the following command to start a Docker container with the Go environment set up:

docker run -it \
  -v "$(pwd)":/go/src/k8s.io/kops \
  -w /go/src/k8s.io/kops \
  golang \
  bash

make

Or just run it locally:

make

# for the debugging
DEBUGGING=true make

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages