marathon
Here are 211 public repositories matching this topic...
-
Updated
May 22, 2020 - Python
-
Updated
Sep 15, 2019 - Swift
We've tried for feature parity, but there are certain things that are still specific to one of the proxies. It would be helpful to have some sort of documentation tag for these features.
-
Updated
May 12, 2020 - Swift
Hi,
the Haproxy supports h2 frontend support and I tried to enable it with marathon-lb. I took a while but finally I was successful.
I created the following overwrite template HAPROXY_HTTPS_FRONTEND_HEAD file (including the leading and post empty line) and added into the template folder.
``
frontend marathon_https_in
bind *:443 ssl {sslCerts} alpn h2,http/1.1
mode http
``
-
Updated
Jan 29, 2018 - Go
-
Updated
Jul 1, 2019 - Go
Group ID omitempty
type Group struct {
ID string `json:"id"`
Apps []*Application `json:"apps"`
Dependencies []string `json:"dependencies"`
Groups []*Group `json:"groups"`
}
// Groups is a collection of marathon application groups
type Groups struct {
ID string `json:"id"`
Apps []*Application `json:"apps"`
Dependencies []str
Downloading section says that all you should do is to add
id 'marathon' version 'X.X.X'
to your build.gradle to add the plugin, but it will not work without this little magic in settings.gradle:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id == "marathon") {
I am not familiar with consul. I thought I need to run a consul server along with marathon-consul in Mesos-master. And run consul-agent in each Mesos-agent ?
I am a bit confused on the relationship between marathon-consul and consul-server, because there is no config about consul-server address...
-
Updated
Dec 28, 2019 - Shell
-
Updated
Oct 23, 2017
-
Updated
Jun 11, 2019 - Python
-
Updated
Dec 27, 2018 - Shell
-
Updated
Aug 10, 2017 - Go
-
Updated
Jun 18, 2018 - Scala
-
Updated
Jun 13, 2019 - Scala
The README.md documentation states that if a MetaDataFilter is configured, then any services returned by service ID must also match Marathon app labels.
However the behavior of the MarathonServerList returns all instances of MarathonServer if the service id matches, and only queries the Marathon client by app label if no instances are returned by service id.
(also, if you would like he
The option --kube-certificate-file mentioned in the Kubernetes section is unknown by Nitrox. Instead, main.py knows a --kube-certificate-authority option. Does it take the CA certificate file?
-
Updated
Oct 27, 2017 - Scala
Improve this page
Add a description, image, and links to the marathon topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the marathon topic, visit your repo's landing page and select "manage topics."
Do you want to request a feature or report a bug?
Documentation improvement
In digestAuth documentation, Kubernetes section does not contain any useful example explaining how to put credentials into a file. The given example is same as users(using base