Skip to content

Instantly share code, notes, and snippets.

Name: helmsecure
Namespace: mq-eks
Labels: <none>
Annotations: <none>
Data
====
mq.ini:
----
Service:
---
# (C) Copyright IBM Corporation 2019
#
# 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
################################################################################
#
# Licensed Materials - Property of IBM
#
# (C) Copyright IBM Corp. 2019. All Rights Reserved.
#
# US Government Users Restricted Rights - Use, duplication or
# disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
#
###############################################################################
@faraz
faraz / get-pvc.sh
Created August 6, 2020 17:32
get pv nfs path from pvc
export TENANT_ID=t7603
export ENV=dev
echo "storage_cpe_filestore: "\'$(kubectl get pv $(kubectl get pvc -n $TENANT_ID-bacsoc-$ENV --field-selector metadata.name=cpe-filestore -o jsonpath='{.items[].spec.volumeName}') -n $TENANT_ID-bacsoc-$ENV -o jsonpath='{range}{.metadata.labels.server}{":"}{.spec.nfs.path}{end}'\')
echo "storage_cpe_configstore: "\'$(kubectl get pv $(kubectl get pvc -n $TENANT_ID-bacsoc-$ENV --field-selector metadata.name=cpe-cfgstore -o jsonpath='{.items[].spec.volumeName}') -n $TENANT_ID-bacsoc-$ENV -o jsonpath='{range}{.metadata.labels.server}{":"}{.spec.nfs.path}{end}'\')
echo "storage_cpe_icmrules: "\'$(kubectl get pv $(kubectl get pvc -n $TENANT_ID-bacsoc-$ENV --field-selector metadata.name=cpe-icmrulesstore -o jsonpath='{.items[].spec.volumeName}') -n $TENANT_ID-bacsoc-$ENV -o jsonpath='{range}{.metadata.labels.server}{":"}{.spec.nfs.path}{end}'\')
echo "storage_cpe_bootstrap: "\'$(kubectl get pv $(kubectl get pvc -n $TENANT_ID-bacsoc-$ENV --field-selector metadata.name=cpe-boots
The Art of Computer Programming
- Algorithms (by Dasgupta, Papadimitriou, and Vazirani)
- Algorithm Design (by Kleinberg and Tardos)
- Feynman Lectures on Physics
- Landau & Lifschitz's series