Skip to content
This repository was archived by the owner on Aug 17, 2023. It is now read-only.
This repository was archived by the owner on Aug 17, 2023. It is now read-only.

kfctl build not adding status.repoCache in kfdef file #428

@mukul-shaunik-nokia

Description

@mukul-shaunik-nokia

While trying to deploy kubeflow
kubeflow version - 1.1.0
kfctl version - 1.1.0
Expected Behaviour:

kfctl build -V -f <path to CONFIG file>

should add

status:
reposCache:
- localPath: '".cache/manifests/manifests"'
name: manifests

to the CONFIG file.

Actual Behaviour

kfctl build -V -f <path to CONFIG file>

does not add

status:
reposCache:
- localPath: '".cache/manifests/manifests"'
name: manifests

because of that whatever changes are done before running

kfctl apply -V -f <path to CONFIG file>

are overwritten as the existing .cache folder is deleted and new one is created.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions