sudo systemctl stop docker-healthcheck.timer
sudo systemctl stop docker
sudo systemctl stop kubelet
sudo systemctl stop protokube
sudo systemctl --all
shows:
sudo systemctl stop docker-healthcheck.timer
sudo systemctl stop docker
sudo systemctl stop kubelet
sudo systemctl stop protokube
sudo systemctl --all
shows:
package main | |
import ( | |
"context" | |
"fmt" | |
"log" | |
"net/http" | |
) | |
func main() { |
package main | |
import ( | |
"log" | |
"os" | |
"github.com/mitchellh/go-homedir" | |
"k8s.io/client-go/tools/clientcmd" | |
) |
package main | |
import ( | |
"crypto/rand" | |
"encoding/binary" | |
"fmt" | |
"github.com/coreos/go-oidc" | |
"golang.org/x/oauth2" | |
) |
apiVersion: extensions/v1beta1 | |
kind: Deployment | |
metadata: | |
name: kubernetes-dashboard-proxy | |
namespace: kube-system | |
spec: | |
replicas: 1 | |
template: | |
metadata: | |
labels: |
#!/bin/bash -e | |
# Directory that contains sources | |
SOURCE_DIR="/example/source" | |
# Directory to deploy sources to | |
TARGET_DIR="/example/bin" | |
# Directory to keep old generations | |
STAGING_DIR="/example/staging" |
/* | |
Copyright 2017 Hidetake Iwata | |
Licensed under the Apache License, Version 2.0 (the "License"); | |
you may not use this file except in compliance with the License. | |
You may obtain a copy of the License at | |
http://www.apache.org/licenses/LICENSE-2.0 | |
Unless required by applicable law or agreed to in writing, software |
hello
hello/foo
with README.md
dn: | |
objectClass: glue | |
structuralObjectClass: glue | |
entryUUID: ******** | |
creatorsName: cn=admin,dc=example,dc=org | |
createTimestamp: 20170817063913Z | |
entryCSN: 20170817063913.365569Z#000000#000#000000 | |
modifyTimestamp: 20170817063913Z | |
memberOf: cn=crowd-administrators,dc=example,dc=org | |
modifiersName: cn=admin,dc=example,dc=org |