Frederick F. Kautz IV

Results 34 issues of Frederick F. Kautz IV

Replication Sets are next-generation replication controllers. We should migrate.

``` yaml services: web: ports: - "80" ``` A web service exposing port 80 should be created. For now, port and target port should match.

A load balancer config should be created. One potential approach: ``` yaml services: web: ports: - "80:8080" ``` One option may be to use the host port "80" to point...

Originally reported on atom/vim-mode#716, opening here on their request. Suppose you are on ``` 77: hello world 78: hello world ``` Select line 77 with `shift +v` Use ex mode...

bug

Thank you for creating the issue! - [X] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported. - [X] Yes, I've searched similar...

enhancement

Description: it will be good to work with other organizations to build consensus on CNCF SBOM guidelines and support tooling. Will fill out more details here soon. (Currently mobile)

suggestion
inactive
triage-required

The inputs on the keyboard are '.' and '-' This creates an awkward typing stance due to the placement on a standard keyboard. It would be useful to allow the...

In the container schema, the following item is defined: ```json "sha2": { "description": "Commit hash of image created for docker or the SHA256 hash of the container. For example: a3bf90e006b2.",...