Skip to content

Instantly share code, notes, and snippets.

apiVersion: v1
kind: PersistentVolume
metadata:
name: local-volume-test
labels:
type: local
spec:
capacity:
storage: 5Gi
accessModes:

Table of Contents

line link

section 1

section

Section

section 1

section 1

all: init build test lint
.PHONY: format coverage
# If DOCKER is defined then make it the full docker cmd line we want to use
ifneq ($(origin DOCKER),undefined)
DOCKER=docker run --rm -ti \
-v $(PWD):/go/src/github.com/kubernetes-incubator/service-catalog \
scbuildimage
endif
package main
import (
"bytes"
"encoding/json"
"flag"
"fmt"
"io"
"net"
"os"
package main
/*
fakepod:
This program will monitor all of the containers running on a node and for each
one will check to see if its a Kubernetes managed one. If so, then it skips it.
If it's not managed by Kubernetes then we want to calculate the total amount
of resources used by all of these containers and create a pod which reserves
(docker swarm leave --force;docker rm -f node1;docker service rm $(docker service ls -q))&>/dev/null
bold=$(tput bold)
normal=$(tput sgr0)
function doit() {
set +e
echo -n $bold"$ "
if [[ "$SKIP" == "" ]]; then read -s -n 1 ; fi
echo -n $*$normal" "
(docker rm -f manager node1 node2;docker network rm mynet;rm -f cmds)&>/dev/null
bold=$(tput bold)
normal=$(tput sgr0)
function doit() {
set +e
echo -n $bold"$ "
if [[ "$SKIP" == "" ]]; then read -s -n 1 ; fi
echo -n $*$normal" "
(docker rm -f manager node1 node2;docker network rm mynet;rm -f cmds)&>/dev/null
bold=$(tput bold)
normal=$(tput sgr0)
function doit() {
set +e
echo -n $bold"$ "
if [[ "$SKIP" == "" ]]; then read -s -n 1 ; fi
echo -n $*$normal" "
$ docker -H 172.20.0.2:2375 service create --name foo --network swarmnet ibmdojo/mini
25w9xluukxsnxo9ie38s8a4ho
$ docker -H 172.20.0.2:2375 service create --name foo1 ibmdojo/mini
65jv5y7ai4kx3qdf0p3qlzexv
$ docker -H 172.20.0.2:2375 service inspect foo foo1
[
{
"ID": "25w9xluukxsnxo9ie38s8a4ho",
#!/bin/bash
(
kubectl delete ServiceBinding mongodb-instance1-binding1
kubectl delete ServiceInstance mongodb-instance1
kubectl delete ServiceBroker mongodb-sb
kubectl delete thirdpartyresource service-broker.cncf.org
kubectl delete thirdpartyresource service-instance.cncf1.org
kubectl delete thirdpartyresource service-binding.cncf2.org
) > /dev/null 2>&1