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
commit 925e7f0b0e0e8527ee676a48777cd3463d431084 | |
Author: Pradipta Banerjee <[email protected]> | |
Date: Tue Sep 8 06:40:22 2015 +0000 | |
The assembly files under crypto are specific for golang | |
and when using the crypto module in a gccgo based environment | |
on amd64 it fails to compile. | |
For example, docker distribution code (https://github.com/docker/distribution) | |
which imports the crypto module fails to compile on amd64 with gccgo |
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
apiVersion: batch/v1 | |
kind: Job | |
metadata: | |
name: nimbix-job | |
spec: | |
template: | |
metadata: | |
name: nimbix-gpu | |
labels: | |
task-type: Nimbix |
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
apiVersion: v1 | |
kind: Pod | |
metadata: | |
name: app-sample | |
namespace: default | |
spec: | |
containers: | |
- name: app-sample | |
image: ubuntu:16.04 | |
imagePullPolicy: IfNotPresent |
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
mkdir -p $HOME/.kube | |
cp /etc/cfc/conf/kube-controller-manager.* $HOME/.kube | |
cat <<EOF > $HOME/.kube/config | |
apiVersion: v1 | |
clusters: | |
- cluster: | |
insecure-skip-tls-verify: true | |
server: https://mycluster.icp:8001 | |
name: cfc-cluster | |
contexts: |
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
mkdir -p $HOME/.kube | |
cp /etc/cfc/conf/kube-controller-manager.* $HOME/.kube | |
cat <<EOF > $HOME/.kube/config | |
apiVersion: v1 | |
clusters: | |
- cluster: | |
insecure-skip-tls-verify: true | |
server: https://mycluster.icp:8001 | |
name: cfc-cluster | |
contexts: |
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
SECRET=`kubectl get secrets -n kube-system | grep default-token | awk '{ print $1 }'` | |
TOKEN=`kubectl get secret $SECRET -n kube-system -o jsonpath={.data.token} | base64 -d` | |
kubectl config set-credentials admin-user --token=$TOKEN | |
kubectl config set-context admin-context --user=admin-user --cluster=cfc-cluster | |
kubectl config use-context admin-context |
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
SECRET=`kubectl get secrets -n kube-system | grep default-token | awk '{ print $1 }'` | |
TOKEN=`kubectl get secret $SECRET -n kube-system -o jsonpath={.data.token} | base64 -d` | |
kubectl config set-credentials admin-user --token=$TOKEN | |
kubectl config set-context admin-context --user=admin-user --cluster=cfc-cluster | |
kubectl config use-context admin-context |
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
# Copyright (c) 2017-2019 Intel Corporation | |
# | |
# SPDX-License-Identifier: Apache-2.0 | |
# | |
# XXX: WARNING: this file is auto-generated. | |
# XXX: | |
# XXX: Source file: "cli/config/configuration-qemu.toml.in" | |
# XXX: Project: | |
# XXX: Name: Kata Containers |
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
# Copyright (c) 2017-2019 Intel Corporation | |
# | |
# SPDX-License-Identifier: Apache-2.0 | |
# | |
# XXX: WARNING: this file is auto-generated. | |
# XXX: | |
# XXX: Source file: "cli/config/configuration-qemu.toml.in" | |
# XXX: Project: | |
# XXX: Name: Kata Containers |
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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDXIqsl+VbNg9MZwGYyCXIWhF/9Q6kP6o6ZJ6fPnJ6HwKyMjQv3QRPdXUBzjX0afEDVx12x/WUjUQEO/P4b0cYJBbg5nE0DyvfmdNFBpO1I6f1P0P4QKfhEH4XV9COvtUUJnoxctxp8eG2CuATI0+yJ7A0VVdrffaoYQfrXFFrZbRYUfH6RDc888UBI4HSjCI9Sfv0spN9Ej/j8JRCgHYhGM2T63JeoJH6/yVLq3zP5bUqK30N5fDlv448xlLa9GE8FB++bX1+qzPZtiKbNmyRVFsIh7b4SlH0SUACr/TJBsUDVkN7x5sNOfk5mZ1ESWIQ2x0HOevQVNV/AA5Bi4r+7 [email protected] |
OlderNewer