Skip to content

Instantly share code, notes, and snippets.

View bpradipt's full-sized avatar

Pradipta Banerjee bpradipt

View GitHub Profile
@bpradipt
bpradipt / gist:4771e56c5ffd1fd92d0f
Created September 8, 2015 06:53
golang patch for crypto module for gccgo
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
@bpradipt
bpradipt / sample_job.yaml
Created February 2, 2018 15:35
Sample Deployment
apiVersion: batch/v1
kind: Job
metadata:
name: nimbix-job
spec:
template:
metadata:
name: nimbix-gpu
labels:
task-type: Nimbix
apiVersion: v1
kind: Pod
metadata:
name: app-sample
namespace: default
spec:
containers:
- name: app-sample
image: ubuntu:16.04
imagePullPolicy: IfNotPresent
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:
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:
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
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
@bpradipt
bpradipt / configuration-ppc64le-9p.toml
Created May 15, 2020 08:04
Kata configuration file for Fedora 32 using virtio-9p
# 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
@bpradipt
bpradipt / configuration-ppc64le-virtiofs.toml
Created May 15, 2020 08:06
Kata configuration file for Fedora 32 using virtio-fs
# 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
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDXIqsl+VbNg9MZwGYyCXIWhF/9Q6kP6o6ZJ6fPnJ6HwKyMjQv3QRPdXUBzjX0afEDVx12x/WUjUQEO/P4b0cYJBbg5nE0DyvfmdNFBpO1I6f1P0P4QKfhEH4XV9COvtUUJnoxctxp8eG2CuATI0+yJ7A0VVdrffaoYQfrXFFrZbRYUfH6RDc888UBI4HSjCI9Sfv0spN9Ej/j8JRCgHYhGM2T63JeoJH6/yVLq3zP5bUqK30N5fDlv448xlLa9GE8FB++bX1+qzPZtiKbNmyRVFsIh7b4SlH0SUACr/TJBsUDVkN7x5sNOfk5mZ1ESWIQ2x0HOevQVNV/AA5Bi4r+7 [email protected]