apiVersion: kops.k8s.io/v1alpha2
kind: InstanceGroup
metadata:
creationTimestamp: null
labels:
kops.k8s.io/cluster: prod.my.cluster
name: spot-nodes
spec:
image: 099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20210415
Some quick snippots for how to keep ES alive
To check the general status of ES hit this url (while on the VPN)
This file contains hidden or 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
const rp = require('request-promise') | |
const Nightmare = require('nightmare') | |
const run = async () => { | |
const nightmare = Nightmare({ | |
show: false | |
}) | |
let allTypes = [] |
This file contains hidden or 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
<div class="container"> | |
<div class="machine-bg"> | |
<div class="player"></div> | |
<div class="controls"> | |
<div> | |
<div id="temperature" class="mdc-slider" tabindex="0" role="slider" aria-valuemin="0.2" aria-valuemax="2" aria-valuenow="1.1" | |
aria-label="Select temperature"> | |
<div class="mdc-slider__track-container"> | |
<div class="mdc-slider__track"></div> | |
</div> |
ADD
(a) Adjustments attributable to conversion from S. Corporations to C Corporations - section 481 is amended by adding at the end the following new subsection:
(a) Adjustments attributable to conversion from S corporation to C corporation
(1) In General in the case of an elligable terminated S. Corporation any increase in tax under this chapter by reason of an adjustment required by subsection (a)(2) and which is attributable to such corporations revocation described in paragraph (2)(A)(ii), shall be taken into account notably during the 6-taxable year period beginning with the (unknown)
This file contains hidden or 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
config.json | |
reading-image.png |
This file contains hidden or 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
2/29/16 12:09:55.000 AM kernel[0]: rtsIsoWriteCompleteStatic called with status:E000400E | |
2/29/16 12:09:55.000 AM kernel[0]: PGDevice::bulkAudioInCompletion status:E00002ED mTransferedBytes:00001A00 | |
2/29/16 12:09:55.000 AM kernel[0]: PGDevice::bulkAudioInCompletion Transfer aborted, giving up | |
2/29/16 12:09:55.000 AM kernel[0]: PGDevice::bulkAudioInCompletion Transfer aborted, giving up | |
2/29/16 12:09:55.000 AM kernel[0]: PGDevice::bulkInpEvent: STC_STREAM_BROKEN | |
2/29/16 12:09:55.000 AM kernel[0]: before m_pUSBDevice->ResetDevice() | |
2/29/16 12:09:55.476 AM coreaudiod[47278]: PtASPlugInDevice received STC_STREAM_BROKEN | |
2/29/16 12:09:55.000 AM kernel[0]: USBF: 661380.652 AppleUSBEHCI::DeleteIsochEP- after abort there are STILL 1 active TDs | |
2/29/16 12:09:55.480 AM coreaudiod[47278]: DoIO In: UNDERRUN Attempt to read 512 frames at 53828710 with 2 available (diff 510), cumul err=1 | |
2/29/16 12:09:55.480 AM coreaudiod[47278]: DoIO in: @ 1219796 Missed 510 |
This file contains hidden or 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
var Util = require('util'); | |
var Https = require('https'); | |
var Tls = require('tls'); | |
/** | |
* HTTPS Agent for node.js HTTPS requests via a proxy. | |
* blog.vanamco.com/connecting-via-proxy-node-js/ | |
*/ | |
function HttpsProxyAgent(options) | |
{ |
This file contains hidden or 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
--- | |
- name: Install docker | |
hosts: all | |
sudo: yes | |
tasks: | |
- name: add docker apt key | |
apt_key: > | |
id=2C52609D | |
url=https://apt.dockerproject.org/gpg | |
state=present |
NewerOlder