Skip to content

What is io.kompose.network? #1759

@cdrage

Description

@cdrage

What would you like to be added?

For some reason we get a lot of this output:

      labels:
        io.kompose.network/downloads-default: "true"
        io.kompose.service: frontend

In a simple example like:

services:

  redis-master:
    container_name: redis-master
    image: redis:latest
    ports:
      - "6379"

  redis-replica:
    container_name: redis-replica
    image: redis:latest
    ports:
      - "6379"
    command: redis-server --replicaof redis-master 6379
    depends_on:
      - redis-master

  frontend:
    container_name: frontend
    image: cdrage/frontend
    #build: ./frontend
    ports:
      - "8080:8080"

Why? Even in our documentation we do not have any information on kompose.network labels.

I think this should be removed as they provide no benefits to k8s deployment.

Why is this needed?

Unneeded label.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureCategorizes issue or PR as related to a new feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions