This file contains 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
$ ~/workspace/gradle/gradle-2.3/bin/gradle bootRun | |
:compileJava UP-TO-DATE | |
:nodeSetup SKIPPED | |
:installReact UP-TO-DATE | |
:jsx UP-TO-DATE | |
:processResources | |
:classes | |
:findMainClass | |
:bootRun |
This file contains 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
# copy of | |
# https://raw.githubusercontent.com/a-robinson/cockroach/k8s-tutorial/cloud/kubernetes/cockroachdb-statefulset.yaml | |
apiVersion: v1 | |
kind: Service | |
metadata: | |
# This service is meant to be used by clients of the database. It exposes a ClusterIP that will | |
# automatically load balance connections to the different database pods. | |
name: cockroachdb-public | |
labels: |