Skip to content
New issue

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

feat(providers): add nomad provider #355

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

justmiles
Copy link

This PR adds the support for Nomad.

@justmiles justmiles changed the base branch from main to beta July 9, 2024 15:35
@justmiles justmiles changed the base branch from beta to main July 9, 2024 15:39
@justmiles
Copy link
Author

I had initially forked this off of main. We'll need to rebase this on beta.

@acouvreur
Copy link
Member

Thanks a lot @justmiles !

I will rebase your branch on beta

@skoppe
Copy link

skoppe commented Jul 20, 2024

Would love to get this in. Anything I can help with?

@@ -21,7 +21,7 @@ type Kubernetes struct {
Delimiter string `mapstructure:"DELIMITER" yaml:"Delimiter" default:"_"`
}

var providers = []string{"docker", "docker_swarm", "swarm", "kubernetes"}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, fyi, I noticed docker_swarm was removed. Is this intentional?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it should be added back

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants