This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* This file was generated by the Gradle 'init' task. | |
* | |
* This is a general purpose Gradle build. | |
* Learn how to create Gradle builds at https://guides.gradle.org/creating-new-gradle-builds/ | |
*/ | |
buildscript { | |
// https://kotlinlang.org/ | |
ext.kotlin_version = '1.2.61' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "80", | |
"virtualHosts": [ | |
{ | |
"name": "default-http-backend.kube-system.svc.cluster.local:80", | |
"domains": [ | |
"default-http-backend.kube-system.svc.cluster.local", | |
"default-http-backend.kube-system.svc.cluster.local:80", | |
"default-http-backend.kube-system", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Accepting only the domain: | |
apiVersion: networking.istio.io/v1alpha3 | |
kind: Gateway | |
metadata: | |
name: example-gateway | |
spec: | |
selector: | |
istio: ingressgateway # use Istio default gateway implementation | |
servers: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
## | |
# Install autoconf, automake and libtool smoothly on Mac OS X. | |
# Newer versions of these libraries are available and may work better on OS X | |
# | |
# This script is originally from http://jsdelfino.blogspot.com.au/2012/08/autoconf-and-automake-on-mac-os-x.html | |
# | |
export build=~/downloads/command-line-tools # or wherever you'd like to build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* This file was generated by the Gradle 'init' task. | |
* | |
* This generated file contains a sample Kotlin application project to get you started. | |
*/ | |
buildscript { | |
ext.kotlin_version = '1.3.61' | |
repositories { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ensure this is at the top of all other plugins | |
plugins { | |
id 'com.gradle.build-scan' version '1.15.1' | |
} | |
# add acceptance of conditions | |
buildScan { | |
termsOfServiceUrl = 'https://gradle.com/terms-of-service' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo systemctl status dcos-marathon | |
Unit dcos-marathon.service could not be found. | |
sudo systemctl status dcos-gen-resolvconf | |
Unit dcos-gen-resolvconf.service could not be found. | |
sudo systemctl status dcos-mesos-master | |
Unit dcos-mesos-master.service could not be found. | |
sudo journalctl -u dcos-mesos-master -b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dcos_version = "1.11.1" | |
num_of_masters = "3" | |
num_of_private_agents = "3" | |
num_of_public_agents = "1" | |
os = "coreos-stable" | |
# | |
gcp_project = "ferrous-cogency-140204" | |
gcp_zone = "a" | |
# If you want to use GCP service account key instead of GCP SDK | |
# uncomment the line below and update it with the path to the key file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error: module.dcos-tested-gcp-oses.data.template_file.gcp_image_name: 1 error(s) occurred: | |
* module.dcos-tested-gcp-oses.data.template_file.gcp_image_name: key "coreos-stable" does not exist in map var.gcp_os_image_version in: | |
${element(var.gcp_os_image_version[var.os], 1)} | |
Error: module.dcos-tested-gcp-oses.data.template_file.traditional_os_user: 1 error(s) occurred: | |
* module.dcos-tested-gcp-oses.data.template_file.traditional_os_user: lookup: lookup failed to find 'coreos-stable' in: | |
${lookup(var.traditional_default_os_user, element(split("_",var.os),0))} | |
Error: module.dcos-tested-gcp-oses.data.template_file.gcp_image_family: 1 error(s) occurred: | |
* module.dcos-tested-gcp-oses.data.template_file.gcp_image_family: key "coreos-stable" does not exist in map var.gcp_os_image_version in: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error: module.dcos-tested-gcp-oses.data.template_file.traditional_os_user: 1 error(s) occurred: | |
* module.dcos-tested-gcp-oses.data.template_file.traditional_os_user: lookup: lookup failed to find 'coreos-stable-1800-4-0-v20180725' in: | |
${lookup(var.traditional_default_os_user, element(split("_",var.os),0))} | |
Error: module.dcos-tested-gcp-oses.data.template_file.gcp_image_name: 1 error(s) occurred: | |
* module.dcos-tested-gcp-oses.data.template_file.gcp_image_name: key "coreos-stable-1800-4-0-v20180725" does not exist in map var.gcp_os_image_version in: | |
dcos_version = "1.11.1" | |
${element(var.gcp_os_image_version[var.os], 1)} | |
Error: module.dcos-tested-gcp-oses.data.template_file.gcp_image_family: 1 error(s) occurred: |