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
NAMESPACE NAME READY STATUS RESTARTS AGE | |
argo-workflows-system nrf-argo-workflows-server-7ddf5995b5-kpsbd 1/1 Running 0 40h | |
argo-workflows-system nrf-argo-workflows-workflow-controller-946cdc987-pn9sw 1/1 Running 0 40h | |
argocd-system nrf-argocd-application-controller-0 1/1 Running 0 40h | |
argocd-system nrf-argocd-applicationset-controller-864b5ffcd5-zqzlt 1/1 Running 0 43h | |
argocd-system nrf-argocd-dex-server-7fdc5d787c-vl45c 1/1 Running 0 40h | |
argocd-system nrf-argocd-image-updater-55d7998865-r6mkq 1/1 Running 0 43h | |
argocd-system nrf-argocd-notifications-controller-976f6d79f-d7gzj 1/1 Running 0 43h | |
argocd-system nrf-argocd-redis-9b5b7457c-w725q |
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
project = "cats" | |
app "cats-docker" { | |
labels = { | |
"service" = "cats-docker" | |
} | |
build { | |
use "pack" {} | |
} |
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
✦ ➜ wp up -app ec2-web -vvv | |
2021-04-26T10:49:49.195-0700 [INFO] waypoint: waypoint version: full_string="v0.3.1 (b550e5ce)" version=v0.3.1 prerelease= metadata= revision=b550e5ce | |
2021-04-26T10:49:49.195-0700 [TRACE] waypoint: starting interrupt listener for context cancellation | |
2021-04-26T10:49:49.195-0700 [DEBUG] waypoint: home configuration directory: path=/home/shane/.config/waypoint | |
2021-04-26T10:49:49.196-0700 [TRACE] waypoint: interrupt listener goroutine started | |
2021-04-26T10:49:49.196-0700 [TRACE] waypoint: no API client provided, initializing connection if possible | |
2021-04-26T10:49:49.196-0700 [TRACE] waypoint.server: WithLocal set, server credentials optional | |
2021-04-26T10:49:49.196-0700 [INFO] waypoint.server: attempting to source credentials and connect | |
2021-04-26T10:49:49.208-0700 [DEBUG] waypoint.server: connection established with sourced credentials | |
2021-04-26T10:49:49.208-0700 [TRACE] waypoint: requesting version info from server |
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
/home/shane/projects/cdktf-kotlin-demo/src/main/java/imports/terraform_aws_modules/vpc/aws/VpcOptions.java:9424: error: too many parameters | |
protected Jsii$Proxy(final java.lang.Boolean accessAnalyzerEndpointPrivateDnsEnabled, final java.util.List<java.lang.String> accessAnalyzerEndpointSecurityGroupIds, final java.util.List<java.lang.String> accessAnalyzerEndpointSubnetIds, final java.lang.Boolean acmPcaEndpointPrivateDnsEnabled, final java.util.List<java.lang.String> acmPcaEndpointSecurityGroupIds, final java.util.List<java.lang.String> acmPcaEndpointSubnetIds, final java.lang.String amazonSideAsn, final java.lang.Boolean apigwEndpointPrivateDnsEnabled, final java.util.List<java.lang.String> apigwEndpointSecurityGroupIds, final java.util.List<java.lang.String> apigwEndpointSubnetIds, final java.lang.Boolean appmeshEnvoyManagementEndpointPrivateDnsEnabled, final java.util.List<java.lang.String> appmeshEnvoyManagementEndpointSecurityGroupIds, final java.util.List<java.lang.String> appmeshEnvoyManagemen |
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
.PHONY: build push manifest test verify-codegen charts | |
TAG?=latest | |
#PREFIX?=inlets | |
PREFIX?=digitalsanctum | |
# docker manifest command will work with Docker CLI 18.03 or newer | |
# but for now it's still experimental feature so we need to enable that | |
export DOCKER_CLI_EXPERIMENTAL=enabled | |
build: |
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
#!/bin/bash | |
go get github.com/ericchiang/pup | |
curl -s https://qconsf.com/schedule/sf2019/tabular | pup 'div.download-slides a attr{href}' | xargs -L1 wget -nc |
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
import com.amazonaws.services.lambda.runtime.Context | |
import com.seekret.arch.customresources.model.RequestBody | |
import org.kohsuke.github.GHEvent | |
import org.kohsuke.github.GitHub | |
import software.amazon.awssdk.services.codebuild.CodeBuildClient | |
import software.amazon.awssdk.services.codebuild.model.CreateWebhookRequest | |
import software.amazon.awssdk.services.codebuild.model.CreateWebhookResponse | |
import software.amazon.awssdk.services.codebuild.model.DeleteWebhookRequest | |
import software.amazon.awssdk.services.codebuild.model.ResourceAlreadyExistsException | |
import software.amazon.awssdk.services.codebuild.model.WebhookFilter |
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
@aws-cdk/cdk: Unhandled Exception: Newtonsoft.Json.JsonReaderException: Error reading string. Unexpected token: StartObject. Path '['@aws-cdk/cdk.CfnRule'].docs.custom', line 2351, position 19. | |
@aws-cdk/cdk: at Newtonsoft.Json.JsonReader.ReadAsString() | |
@aws-cdk/cdk: at Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter) | |
@aws-cdk/cdk: at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateDictionary(IDictionary dictionary, JsonReader reader, JsonDictionaryContract contract, JsonProperty containerProperty, String id) | |
@aws-cdk/cdk: at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) | |
@aws-cdk/cdk: at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ResolvePropertyAndCreatorValues(JsonObjectContract contract, JsonProperty containerProperty, JsonReader |
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
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar | |
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile | |
plugins { | |
kotlin("jvm") version "1.3.21" | |
id("com.github.johnrengelman.shadow") version "5.0.0" | |
id("jmfayard.github.io.gradle-kotlin-dsl-libs") version "0.2.6" // $ ./gradlew syncLibs | |
id("com.google.cloud.tools.jib") version "1.0.2" | |
id("org.springframework.boot") version "2.1.3.RELEASE" apply false | |
id("io.spring.dependency-management") version "1.0.7.RELEASE" |
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
> @aws-cdk/[email protected] test /Users/switbe/lib/aws-cdk/packages/@aws-cdk/aws-s3-deployment | |
> cdk-test | |
Collecting awscli==1.16.34 (from -r requirements.txt (line 1)) | |
Using cached https://files.pythonhosted.org/packages/f5/bf/3da21b6dc4c32bc8e60a4d145b1cf74944dc34557322a123795c6d13207f/awscli-1.16.34-py2.py3-none-any.whl | |
Collecting docutils>=0.10 (from awscli==1.16.34->-r requirements.txt (line 1)) | |
Using cached https://files.pythonhosted.org/packages/36/fa/08e9e6e0e3cbd1d362c3bbee8d01d0aedb2155c4ac112b19ef3cae8eed8d/docutils-0.14-py3-none-any.whl | |
Collecting s3transfer<0.2.0,>=0.1.12 (from awscli==1.16.34->-r requirements.txt (line 1)) | |
Using cached https://files.pythonhosted.org/packages/d7/14/2a0004d487464d120c9fb85313a75cd3d71a7506955be458eebfe19a6b1d/s3transfer-0.1.13-py2.py3-none-any.whl | |
Collecting rsa<=3.5.0,>=3.1.2 (from awscli==1.16.34->-r requirements.txt (line 1)) |
NewerOlder